Html Css Color HEX #CB7A20 Ochre

📋 copy color: '#CB7A20'

red 203 ◦ green 122 ◦ blue 32

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

Shades of Ochre #CB7A20

Tints of Ochre #CB7A20

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.17%

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

R = 56.86%
G = 34.17%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB7A20 (or 0xCB7A20) is known color: Ochre. HEX triplet: CB, 7A and 20. RGB value is (203,122,32). Sum of RGB (Red+Green+Blue) = 203+122+32=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 32 (12.89% from 255 or 8.96% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7A20 is #3485DF. Grayscale: #888888. Windows color (decimal): -3442144 or 2128587. OLE color: 2128587.

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

Color convert

RGB 203 122 32 -
CMYK 0 0.40 0.84 0.20
HSL 31.58º 0.73% 0.46% -
HSV(B) 31.58º 0.84% 0.8% -
XYZ 31.85 26.72 4.85 -
YUV 135.96 69.34 175.82 -
System Red Green Blue C M Y K H S L
Decimal 203 122 32 0 0.40 0.84 0.20 31.58 0.73 0.46
Hex CB 7A 20 0 28 54 14 20 49 2E
Octal 313 172 40 0 50 124 24 40 111 56
Binary 11001011 1111010 100000 0 101000 1010100 10100 100000 1001001 101110

Color Harmonies of #CB7A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7A20

Black with #CB7A20

Text Example


Text Example

White with #CB7A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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