Html Css Color HEX #CD7220 Ochre

📋 copy color: '#CD7220'

red 205 ◦ green 114 ◦ blue 32

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

Shades of Ochre #CD7220

Tints of Ochre #CD7220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.12%

R = 58.4%
G = 32.48%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD7220 (or 0xCD7220) is known color: Ochre. HEX triplet: CD, 72 and 20. RGB value is (205,114,32). Sum of RGB (Red+Green+Blue) = 205+114+32=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7220 is #328DDF. Grayscale: #848484. Windows color (decimal): -3313120 or 2126541. OLE color: 2126541.

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

Color convert

RGB 205 114 32 -
CMYK 0 0.44 0.84 0.20
HSL 28.44º 0.73% 0.46% -
HSV(B) 28.44º 0.84% 0.8% -
XYZ 31.45 25.12 4.56 -
YUV 131.86 71.65 180.17 -
System Red Green Blue C M Y K H S L
Decimal 205 114 32 0 0.44 0.84 0.20 28.44 0.73 0.46
Hex CD 72 20 0 2C 54 14 1C 49 2E
Octal 315 162 40 0 54 124 24 34 111 56
Binary 11001101 1110010 100000 0 101100 1010100 10100 11100 1001001 101110

Color Harmonies of #CD7220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7220

Black with #CD7220

Text Example


Text Example

White with #CD7220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7220; }

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

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

background-color css

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

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

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

border-color css

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

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

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