Html Css Color HEX #CB7625 Ochre

📋 copy color: '#CB7625'

red 203 ◦ green 118 ◦ blue 37

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

Shades of Ochre #CB7625

Tints of Ochre #CB7625

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.96%

 BLUE value IS 37 (14.84% from 255) = 10.34%

R = 56.7%
G = 32.96%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB7625 (or 0xCB7625) is known color: Ochre. HEX triplet: CB, 76 and 25. RGB value is (203,118,37). Sum of RGB (Red+Green+Blue) = 203+118+37=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7625 is #3489DA. Grayscale: #868686. Windows color (decimal): -3443163 or 2455243. OLE color: 2455243.

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

Color convert

RGB 203 118 37 -
CMYK 0 0.42 0.82 0.20
HSL 29.28º 0.69% 0.47% -
HSV(B) 29.28º 0.82% 0.8% -
XYZ 31.44 25.79 5.07 -
YUV 134.18 73.16 177.09 -
System Red Green Blue C M Y K H S L
Decimal 203 118 37 0 0.42 0.82 0.20 29.28 0.69 0.47
Hex CB 76 25 0 2A 52 14 1D 45 2F
Octal 313 166 45 0 52 122 24 35 105 57
Binary 11001011 1110110 100101 0 101010 1010010 10100 11101 1000101 101111

Color Harmonies of #CB7625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7625

Black with #CB7625

Text Example


Text Example

White with #CB7625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7625; }

 p { color: rgb(203,118,37); }

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

background-color css

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

 a { background-color: rgb(203,118,37); }

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

border-color css

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

 span { border-color: rgb(203,118,37); }

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