Html Css Color HEX #CB7720 Ochre

📋 copy color: '#CB7720'

red 203 ◦ green 119 ◦ blue 32

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

Shades of Ochre #CB7720

Tints of Ochre #CB7720

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

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

R = 57.34%
G = 33.62%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB7720 (or 0xCB7720) is known color: Ochre. HEX triplet: CB, 77 and 20. RGB value is (203,119,32). Sum of RGB (Red+Green+Blue) = 203+119+32=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7720 is #3488DF. Grayscale: #868686. Windows color (decimal): -3442912 or 2127819. OLE color: 2127819.

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

Color convert

RGB 203 119 32 -
CMYK 0 0.41 0.84 0.20
HSL 30.53º 0.73% 0.46% -
HSV(B) 30.53º 0.84% 0.8% -
XYZ 31.49 25.99 4.72 -
YUV 134.2 70.33 177.07 -
System Red Green Blue C M Y K H S L
Decimal 203 119 32 0 0.41 0.84 0.20 30.53 0.73 0.46
Hex CB 77 20 0 29 54 14 1F 49 2E
Octal 313 167 40 0 51 124 24 37 111 56
Binary 11001011 1110111 100000 0 101001 1010100 10100 11111 1001001 101110

Color Harmonies of #CB7720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7720

Black with #CB7720

Text Example


Text Example

White with #CB7720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7720; }

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

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

background-color css

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

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

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

border-color css

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

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

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