#cb721d

Color #CB721D Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CB721D

Tints of Ochre #CB721D

Color information

#CB721D (or 0xCB721D) is unknown color: approx Ochre. HEX triplet: CB, 72 and 1D. RGB value is (203,114,29). Sum of RGB (Red+Green+Blue) = 203+114+29=346 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.67% from 346); Green value is 114 (44.92% from 255 or 32.95% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 203 - color contains mainly: red. Hex color #CB721D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB721D is #348DE2. Grayscale: #838383. Windows color (decimal): -3444195 or 1929931. OLE color: 1929931.

HSL color Cylindrical-coordinate representation of color #CB721D: hue angle of 29.31º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB721D is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB20311429-
CMYK00.440.860.20
HSL29.31º75%45.49%-
HSV(B)29.31º85.71%79.61%-
XYZ30.8724.824.33-
YUV130.9270.49179.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 58.67%
GREEN value IS 114 (44.92% from 255) = 32.95%
BLUE value IS 29 (11.72% from 255) = 8.38%
R=58.67%
G=32.95%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031142900.440.860.2029.317545.49
HexCB721D02C56141d4b2d
Octal31316235054126243511355
Binary110010111110010111010101100101011010100111011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb721d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb721d; }

 p { color: rgb(203,114,29); }

 H1.HeaderClassName
 {
   color: #cb721d;
 }
 .AnyTagClassName
 {
   color: #cb721d;
 }
</style>
background-color css

<style>
 a { background-color: #cb721d; }

 a { background-color: rgb(203,114,29); }

 div.DivClassName
 {
   background-color: #cb721d;
 }
 .BgClassName
 {
   background-color: #cb721d;
 }
</style>
border-color css

<style>
 span { border-color: #cb721d; }

 span { border-color: rgb(203,114,29); }

 td.TdClassName
 {
   border-color: #cb721d;
 }
 .TagClassName
 {
   border-color: #cb721d;
 }
</style>