Html Css Color HEX #CD8839 Peru

📋 copy color: '#CD8839'

red 205 ◦ green 136 ◦ blue 57

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

Shades of Peru #CD8839

Tints of Peru #CD8839

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.17%

 BLUE value IS 57 (22.66% from 255) = 14.32%

R = 51.51%
G = 34.17%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CD8839 (or 0xCD8839) is known color: Peru. HEX triplet: CD, 88 and 39. RGB value is (205,136,57). Sum of RGB (Red+Green+Blue) = 205+136+57=398 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.51% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 57 (22.66% from 255 or 14.32% from 398); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8839 is #3277C6. Grayscale: #949494. Windows color (decimal): -3307463 or 3770573. OLE color: 3770573.

HSL color Cylindrical-coordinate representation of color #CD8839: hue angle of 32.03º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD8839 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 136 57 -
CMYK 0 0.34 0.72 0.20
HSL 32.03º 0.6% 0.51% -
HSV(B) 32.03º 0.72% 0.8% -
XYZ 34.72 30.88 8 -
YUV 147.63 76.86 168.92 -
System Red Green Blue C M Y K H S L
Decimal 205 136 57 0 0.34 0.72 0.20 32.03 0.6 0.51
Hex CD 88 39 0 22 48 14 20 3C 33
Octal 315 210 71 0 42 110 24 40 74 63
Binary 11001101 10001000 111001 0 100010 1001000 10100 100000 111100 110011

Color Harmonies of #CD8839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8839

Black with #CD8839

Text Example


Text Example

White with #CD8839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8839; }

 p { color: rgb(205,136,57); }

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

background-color css

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

 a { background-color: rgb(205,136,57); }

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

border-color css

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

 span { border-color: rgb(205,136,57); }

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