Html Css Color HEX #CB7022 Ochre

📋 copy color: '#CB7022'

red 203 ◦ green 112 ◦ blue 34

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

Shades of Ochre #CB7022

Tints of Ochre #CB7022

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.09%

 BLUE value IS 34 (13.67% from 255) = 9.74%

R = 58.17%
G = 32.09%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CB7022 (or 0xCB7022) is known color: Ochre. HEX triplet: CB, 70 and 22. RGB value is (203,112,34). Sum of RGB (Red+Green+Blue) = 203+112+34=349 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.17% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 34 (13.67% from 255 or 9.74% from 349); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7022 is #348FDD. Grayscale: #828282. Windows color (decimal): -3444702 or 2257099. OLE color: 2257099.

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

Color convert

RGB 203 112 34 -
CMYK 0 0.45 0.83 0.20
HSL 27.69º 0.71% 0.46% -
HSV(B) 27.69º 0.83% 0.8% -
XYZ 30.71 24.4 4.6 -
YUV 130.32 73.65 179.84 -
System Red Green Blue C M Y K H S L
Decimal 203 112 34 0 0.45 0.83 0.20 27.69 0.71 0.46
Hex CB 70 22 0 2D 53 14 1C 47 2E
Octal 313 160 42 0 55 123 24 34 107 56
Binary 11001011 1110000 100010 0 101101 1010011 10100 11100 1000111 101110

Color Harmonies of #CB7022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7022

Black with #CB7022

Text Example


Text Example

White with #CB7022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7022; }

 p { color: rgb(203,112,34); }

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

background-color css

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

 a { background-color: rgb(203,112,34); }

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

border-color css

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

 span { border-color: rgb(203,112,34); }

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