Html Css Color HEX #CB7029 Ochre

📋 copy color: '#CB7029'

red 203 ◦ green 112 ◦ blue 41

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

Shades of Ochre #CB7029

Tints of Ochre #CB7029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.52%

R = 57.02%
G = 31.46%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB7029 (or 0xCB7029) is known color: Ochre. HEX triplet: CB, 70 and 29. RGB value is (203,112,41). Sum of RGB (Red+Green+Blue) = 203+112+41=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7029 is #348FD6. Grayscale: #838383. Windows color (decimal): -3444695 or 2715851. OLE color: 2715851.

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

Color convert

RGB 203 112 41 -
CMYK 0 0.45 0.80 0.20
HSL 26.3º 0.66% 0.48% -
HSV(B) 26.3º 0.8% 0.8% -
XYZ 30.82 24.44 5.19 -
YUV 131.12 77.15 179.27 -
System Red Green Blue C M Y K H S L
Decimal 203 112 41 0 0.45 0.80 0.20 26.3 0.66 0.48
Hex CB 70 29 0 2D 50 14 1A 42 30
Octal 313 160 51 0 55 120 24 32 102 60
Binary 11001011 1110000 101001 0 101101 1010000 10100 11010 1000010 110000

Color Harmonies of #CB7029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7029

Black with #CB7029

Text Example


Text Example

White with #CB7029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7029; }

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

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

background-color css

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

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

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

border-color css

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

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

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