Html Css Color HEX #CB7929 Ochre

📋 copy color: '#CB7929'

red 203 ◦ green 121 ◦ blue 41

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

Shades of Ochre #CB7929

Tints of Ochre #CB7929

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.15%

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

R = 55.62%
G = 33.15%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB7929 (or 0xCB7929) is known color: Ochre. HEX triplet: CB, 79 and 29. RGB value is (203,121,41). Sum of RGB (Red+Green+Blue) = 203+121+41=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7929 is #3486D6. Grayscale: #888888. Windows color (decimal): -3442391 or 2718155. OLE color: 2718155.

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

Color convert

RGB 203 121 41 -
CMYK 0 0.40 0.80 0.20
HSL 29.63º 0.66% 0.48% -
HSV(B) 29.63º 0.8% 0.8% -
XYZ 31.87 26.53 5.54 -
YUV 136.4 74.17 175.5 -
System Red Green Blue C M Y K H S L
Decimal 203 121 41 0 0.40 0.80 0.20 29.63 0.66 0.48
Hex CB 79 29 0 28 50 14 1E 42 30
Octal 313 171 51 0 50 120 24 36 102 60
Binary 11001011 1111001 101001 0 101000 1010000 10100 11110 1000010 110000

Color Harmonies of #CB7929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7929

Black with #CB7929

Text Example


Text Example

White with #CB7929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7929; }

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

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

background-color css

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

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

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

border-color css

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

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

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