Html Css Color HEX #CB721E Ochre

📋 copy color: '#CB721E'

red 203 ◦ green 114 ◦ blue 30

#CB721E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #CB721E

Tints of Ochre #CB721E

RGB

 RED value IS 203 (79.69% from 255) = 58.5%

 GREEN value IS 114 (44.92% from 255) = 32.85%

 BLUE value IS 30 (12.11% from 255) = 8.65%

R = 58.5%
G = 32.85%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CB721E (or 0xCB721E) is known color: Ochre. HEX triplet: CB, 72 and 1E. RGB value is (203,114,30). Sum of RGB (Red+Green+Blue) = 203+114+30=347 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.50% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 203 - color contains mainly: red. Hex color #CB721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB721E is #348DE1. Grayscale: #838383. Windows color (decimal): -3444194 or 1995467. OLE color: 1995467.

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

Color convert

RGB 203 114 30 -
CMYK 0 0.44 0.85 0.20
HSL 29.13º 0.74% 0.46% -
HSV(B) 29.13º 0.85% 0.8% -
XYZ 30.88 24.82 4.39 -
YUV 131.04 70.99 179.33 -
System Red Green Blue C M Y K H S L
Decimal 203 114 30 0 0.44 0.85 0.20 29.13 0.74 0.46
Hex CB 72 1E 0 2C 55 14 1D 4A 2E
Octal 313 162 36 0 54 125 24 35 112 56
Binary 11001011 1110010 11110 0 101100 1010101 10100 11101 1001010 101110

Color Harmonies of #CB721E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB721E

Black with #CB721E

Text Example


Text Example

White with #CB721E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB721E; }

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

 H1.HeaderClassName
 {
   color: #CB721E;
 }
 .AnyTagClassName
 {
   color: #CB721E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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