Html Css Color HEX #CB7F24 Ochre

📋 copy color: '#CB7F24'

red 203 ◦ green 127 ◦ blue 36

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

Shades of Ochre #CB7F24

Tints of Ochre #CB7F24

RGB

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

 GREEN value IS 127 (50% from 255) = 34.7%

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

R = 55.46%
G = 34.7%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB7F24 (or 0xCB7F24) is known color: Ochre. HEX triplet: CB, 7F and 24. RGB value is (203,127,36). Sum of RGB (Red+Green+Blue) = 203+127+36=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7F24 is #3480DB. Grayscale: #8B8B8B. Windows color (decimal): -3440860 or 2392011. OLE color: 2392011.

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

Color convert

RGB 203 127 36 -
CMYK 0 0.37 0.82 0.20
HSL 32.69º 0.7% 0.47% -
HSV(B) 32.69º 0.82% 0.8% -
XYZ 32.54 28 5.36 -
YUV 139.35 69.68 173.4 -
System Red Green Blue C M Y K H S L
Decimal 203 127 36 0 0.37 0.82 0.20 32.69 0.7 0.47
Hex CB 7F 24 0 25 52 14 21 46 2F
Octal 313 177 44 0 45 122 24 41 106 57
Binary 11001011 1111111 100100 0 100101 1010010 10100 100001 1000110 101111

Color Harmonies of #CB7F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7F24

Black with #CB7F24

Text Example


Text Example

White with #CB7F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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