Html Css Color HEX #CB7C29 Ochre

📋 copy color: '#CB7C29'

red 203 ◦ green 124 ◦ blue 41

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

Shades of Ochre #CB7C29

Tints of Ochre #CB7C29

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.7%

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

R = 55.16%
G = 33.7%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CB7C29 (or 0xCB7C29) is known color: Ochre. HEX triplet: CB, 7C and 29. RGB value is (203,124,41). Sum of RGB (Red+Green+Blue) = 203+124+41=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7C29 is #3483D6. Grayscale: #8A8A8A. Windows color (decimal): -3441623 or 2718923. OLE color: 2718923.

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

Color convert

RGB 203 124 41 -
CMYK 0 0.39 0.80 0.20
HSL 30.74º 0.66% 0.48% -
HSV(B) 30.74º 0.8% 0.8% -
XYZ 32.24 27.27 5.66 -
YUV 138.16 73.17 174.25 -
System Red Green Blue C M Y K H S L
Decimal 203 124 41 0 0.39 0.80 0.20 30.74 0.66 0.48
Hex CB 7C 29 0 27 50 14 1F 42 30
Octal 313 174 51 0 47 120 24 37 102 60
Binary 11001011 1111100 101001 0 100111 1010000 10100 11111 1000010 110000

Color Harmonies of #CB7C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7C29

Black with #CB7C29

Text Example


Text Example

White with #CB7C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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