Html Css Color HEX #CD7229 Ochre

📋 copy color: '#CD7229'

red 205 ◦ green 114 ◦ blue 41

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

Shades of Ochre #CD7229

Tints of Ochre #CD7229

RGB

 RED value IS 205 (80.47% from 255) = 56.94%

 GREEN value IS 114 (44.92% from 255) = 31.67%

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

R = 56.94%
G = 31.67%
B = 11.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CD7229 (or 0xCD7229) is known color: Ochre. HEX triplet: CD, 72 and 29. RGB value is (205,114,41). Sum of RGB (Red+Green+Blue) = 205+114+41=360 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.94% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 41 (16.41% from 255 or 11.39% from 360); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7229 is #328DD6. Grayscale: #858585. Windows color (decimal): -3313111 or 2716365. OLE color: 2716365.

HSL color Cylindrical-coordinate representation of color #CD7229: hue angle of 26.71º degrees, saturation: 0.67, 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 #CD7229 is Cyan = 0, Magento = 0.44, Yellow = 0.8 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 114 41 -
CMYK 0 0.44 0.8 0.20
HSL 26.71º 0.67% 0.48% -
HSV(B) 26.71º 0.8% 0.8% -
XYZ 31.59 25.17 5.29 -
YUV 132.89 76.15 179.44 -
System Red Green Blue C M Y K H S L
Decimal 205 114 41 0 0.44 0.8 0.20 26.71 0.67 0.48
Hex CD 72 29 0 2C 50 14 1B 43 30
Octal 315 162 51 0 54 120 24 33 103 60
Binary 11001101 1110010 101001 0 101100 1010000 10100 11011 1000011 110000

Color Harmonies of #CD7229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7229

Black with #CD7229

Text Example


Text Example

White with #CD7229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7229; }

 p { color: rgb(205,114,41); }

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

background-color css

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

 a { background-color: rgb(205,114,41); }

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

border-color css

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

 span { border-color: rgb(205,114,41); }

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