Html Css Color HEX #CD7520 Ochre

📋 copy color: '#CD7520'

red 205 ◦ green 117 ◦ blue 32

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

Shades of Ochre #CD7520

Tints of Ochre #CD7520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.05%

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

R = 57.91%
G = 33.05%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD7520 (or 0xCD7520) is known color: Ochre. HEX triplet: CD, 75 and 20. RGB value is (205,117,32). Sum of RGB (Red+Green+Blue) = 205+117+32=354 (46% of max value = 765). Red value is 205 (80.47% from 255 or 57.91% from 354); Green value is 117 (46.09% from 255 or 33.05% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7520 is #328ADF. Grayscale: #868686. Windows color (decimal): -3312352 or 2127309. OLE color: 2127309.

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

Color convert

RGB 205 117 32 -
CMYK 0 0.43 0.84 0.20
HSL 29.48º 0.73% 0.46% -
HSV(B) 29.48º 0.84% 0.8% -
XYZ 31.8 25.81 4.67 -
YUV 133.62 70.65 178.91 -
System Red Green Blue C M Y K H S L
Decimal 205 117 32 0 0.43 0.84 0.20 29.48 0.73 0.46
Hex CD 75 20 0 2B 54 14 1D 49 2E
Octal 315 165 40 0 53 124 24 35 111 56
Binary 11001101 1110101 100000 0 101011 1010100 10100 11101 1001001 101110

Color Harmonies of #CD7520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7520

Black with #CD7520

Text Example


Text Example

White with #CD7520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7520; }

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

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

background-color css

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

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

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

border-color css

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

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

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