Html Css Color HEX #CB7824 Ochre

📋 copy color: '#CB7824'

red 203 ◦ green 120 ◦ blue 36

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

Shades of Ochre #CB7824

Tints of Ochre #CB7824

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.43%

 BLUE value IS 36 (14.45% from 255) = 10.03%

R = 56.55%
G = 33.43%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB7824 (or 0xCB7824) is known color: Ochre. HEX triplet: CB, 78 and 24. RGB value is (203,120,36). Sum of RGB (Red+Green+Blue) = 203+120+36=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 36 (14.45% from 255 or 10.03% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7824 is #3487DB. Grayscale: #878787. Windows color (decimal): -3442652 or 2390219. OLE color: 2390219.

HSL color Cylindrical-coordinate representation of color #CB7824: hue angle of 30.18º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CB7824 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 120 36 -
CMYK 0 0.41 0.82 0.20
HSL 30.18º 0.7% 0.47% -
HSV(B) 30.18º 0.82% 0.8% -
XYZ 31.66 26.26 5.07 -
YUV 135.24 72 176.33 -
System Red Green Blue C M Y K H S L
Decimal 203 120 36 0 0.41 0.82 0.20 30.18 0.7 0.47
Hex CB 78 24 0 29 52 14 1E 46 2F
Octal 313 170 44 0 51 122 24 36 106 57
Binary 11001011 1111000 100100 0 101001 1010010 10100 11110 1000110 101111

Color Harmonies of #CB7824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7824

Black with #CB7824

Text Example


Text Example

White with #CB7824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7824; }

 p { color: rgb(203,120,36); }

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

background-color css

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

 a { background-color: rgb(203,120,36); }

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

border-color css

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

 span { border-color: rgb(203,120,36); }

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