Html Css Color HEX #CD8520 Ochre

📋 copy color: '#CD8520'

red 205 ◦ green 133 ◦ blue 32

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

Shades of Ochre #CD8520

Tints of Ochre #CD8520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.95%

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

R = 55.41%
G = 35.95%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD8520 (or 0xCD8520) is known color: Ochre. HEX triplet: CD, 85 and 20. RGB value is (205,133,32). Sum of RGB (Red+Green+Blue) = 205+133+32=370 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.41% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8520 is #327ADF. Grayscale: #8F8F8F. Windows color (decimal): -3308256 or 2131405. OLE color: 2131405.

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

Color convert

RGB 205 133 32 -
CMYK 0 0.35 0.84 0.20
HSL 35.03º 0.73% 0.46% -
HSV(B) 35.03º 0.84% 0.8% -
XYZ 33.83 29.86 5.35 -
YUV 143.01 65.35 172.21 -
System Red Green Blue C M Y K H S L
Decimal 205 133 32 0 0.35 0.84 0.20 35.03 0.73 0.46
Hex CD 85 20 0 23 54 14 23 49 2E
Octal 315 205 40 0 43 124 24 43 111 56
Binary 11001101 10000101 100000 0 100011 1010100 10100 100011 1001001 101110

Color Harmonies of #CD8520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8520

Black with #CD8520

Text Example


Text Example

White with #CD8520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8520; }

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

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

background-color css

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

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

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

border-color css

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

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

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