Html Css Color HEX #CB7820 Ochre

📋 copy color: '#CB7820'

red 203 ◦ green 120 ◦ blue 32

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

Shades of Ochre #CB7820

Tints of Ochre #CB7820

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.8%

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

R = 57.18%
G = 33.8%
B = 9.01%

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

#CB7820 (or 0xCB7820) is known color: Ochre. HEX triplet: CB, 78 and 20. RGB value is (203,120,32). Sum of RGB (Red+Green+Blue) = 203+120+32=355 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.18% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7820 is #3487DF. Grayscale: #878787. Windows color (decimal): -3442656 or 2128075. OLE color: 2128075.

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

Color convert

RGB 203 120 32 -
CMYK 0 0.41 0.84 0.20
HSL 30.88º 0.73% 0.46% -
HSV(B) 30.88º 0.84% 0.8% -
XYZ 31.61 26.23 4.76 -
YUV 134.79 70 176.66 -
System Red Green Blue C M Y K H S L
Decimal 203 120 32 0 0.41 0.84 0.20 30.88 0.73 0.46
Hex CB 78 20 0 29 54 14 1F 49 2E
Octal 313 170 40 0 51 124 24 37 111 56
Binary 11001011 1111000 100000 0 101001 1010100 10100 11111 1001001 101110

Color Harmonies of #CB7820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7820

Black with #CB7820

Text Example


Text Example

White with #CB7820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7820; }

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

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

background-color css

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

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

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

border-color css

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

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

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