Html Css Color HEX #CB7520 Ochre

📋 copy color: '#CB7520'

red 203 ◦ green 117 ◦ blue 32

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

Shades of Ochre #CB7520

Tints of Ochre #CB7520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.24%

 BLUE value IS 32 (12.89% from 255) = 9.09%

R = 57.67%
G = 33.24%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB7520 (or 0xCB7520) is known color: Ochre. HEX triplet: CB, 75 and 20. RGB value is (203,117,32). Sum of RGB (Red+Green+Blue) = 203+117+32=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 32 (12.89% from 255 or 9.09% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7520 is #348ADF. Grayscale: #858585. Windows color (decimal): -3443424 or 2127307. OLE color: 2127307.

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

Color convert

RGB 203 117 32 -
CMYK 0 0.42 0.84 0.20
HSL 29.82º 0.73% 0.46% -
HSV(B) 29.82º 0.84% 0.8% -
XYZ 31.25 25.52 4.65 -
YUV 133.02 70.99 177.91 -
System Red Green Blue C M Y K H S L
Decimal 203 117 32 0 0.42 0.84 0.20 29.82 0.73 0.46
Hex CB 75 20 0 2A 54 14 1E 49 2E
Octal 313 165 40 0 52 124 24 36 111 56
Binary 11001011 1110101 100000 0 101010 1010100 10100 11110 1001001 101110

Color Harmonies of #CB7520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7520

Black with #CB7520

Text Example


Text Example

White with #CB7520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7520; }

 p { color: rgb(203,117,32); }

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

background-color css

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

 a { background-color: rgb(203,117,32); }

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

border-color css

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

 span { border-color: rgb(203,117,32); }

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