Html Css Color HEX #CB7420 Ochre

📋 copy color: '#CB7420'

red 203 ◦ green 116 ◦ blue 32

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

Shades of Ochre #CB7420

Tints of Ochre #CB7420

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.05%

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

R = 57.83%
G = 33.05%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB7420 (or 0xCB7420) is known color: Ochre. HEX triplet: CB, 74 and 20. RGB value is (203,116,32). Sum of RGB (Red+Green+Blue) = 203+116+32=351 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.83% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7420 is #348BDF. Grayscale: #848484. Windows color (decimal): -3443680 or 2127051. OLE color: 2127051.

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

Color convert

RGB 203 116 32 -
CMYK 0 0.43 0.84 0.20
HSL 29.47º 0.73% 0.46% -
HSV(B) 29.47º 0.84% 0.8% -
XYZ 31.13 25.29 4.61 -
YUV 132.44 71.32 178.33 -
System Red Green Blue C M Y K H S L
Decimal 203 116 32 0 0.43 0.84 0.20 29.47 0.73 0.46
Hex CB 74 20 0 2B 54 14 1D 49 2E
Octal 313 164 40 0 53 124 24 35 111 56
Binary 11001011 1110100 100000 0 101011 1010100 10100 11101 1001001 101110

Color Harmonies of #CB7420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7420

Black with #CB7420

Text Example


Text Example

White with #CB7420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7420; }

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

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

background-color css

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

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

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

border-color css

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

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

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