Html Css Color HEX #CB7924 Ochre

📋 copy color: '#CB7924'

red 203 ◦ green 121 ◦ blue 36

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

Shades of Ochre #CB7924

Tints of Ochre #CB7924

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.61%

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

R = 56.39%
G = 33.61%
B = 10%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB7924 (or 0xCB7924) is known color: Ochre. HEX triplet: CB, 79 and 24. RGB value is (203,121,36). Sum of RGB (Red+Green+Blue) = 203+121+36=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 36 (14.45% from 255 or 10% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7924 is #3486DB. Grayscale: #888888. Windows color (decimal): -3442396 or 2390475. OLE color: 2390475.

HSL color Cylindrical-coordinate representation of color #CB7924: hue angle of 30.54º 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 #CB7924 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 121 36 -
CMYK 0 0.40 0.82 0.20
HSL 30.54º 0.7% 0.47% -
HSV(B) 30.54º 0.82% 0.8% -
XYZ 31.78 26.5 5.11 -
YUV 135.83 71.67 175.91 -
System Red Green Blue C M Y K H S L
Decimal 203 121 36 0 0.40 0.82 0.20 30.54 0.7 0.47
Hex CB 79 24 0 28 52 14 1F 46 2F
Octal 313 171 44 0 50 122 24 37 106 57
Binary 11001011 1111001 100100 0 101000 1010010 10100 11111 1000110 101111

Color Harmonies of #CB7924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7924

Black with #CB7924

Text Example


Text Example

White with #CB7924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7924; }

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

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

background-color css

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

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

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

border-color css

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

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

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