Html Css Color HEX #CD8B49 Peru

📋 copy color: '#CD8B49'

red 205 ◦ green 139 ◦ blue 73

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

Shades of Peru #CD8B49

Tints of Peru #CD8B49

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.33%

 BLUE value IS 73 (28.91% from 255) = 17.51%

R = 49.16%
G = 33.33%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD8B49 (or 0xCD8B49) is known color: Peru. HEX triplet: CD, 8B and 49. RGB value is (205,139,73). Sum of RGB (Red+Green+Blue) = 205+139+73=417 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.16% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 73 (28.91% from 255 or 17.51% from 417); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8B49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8B49 is #3274B6. Grayscale: #979797. Windows color (decimal): -3306679 or 4819917. OLE color: 4819917.

HSL color Cylindrical-coordinate representation of color #CD8B49: hue angle of 30º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD8B49 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 139 73 -
CMYK 0 0.32 0.64 0.20
HSL 30º 0.57% 0.55% -
HSV(B) 30º 0.64% 0.8% -
XYZ 35.61 31.93 10.59 -
YUV 151.21 83.87 166.37 -
System Red Green Blue C M Y K H S L
Decimal 205 139 73 0 0.32 0.64 0.20 30 0.57 0.55
Hex CD 8B 49 0 20 40 14 1E 39 37
Octal 315 213 111 0 40 100 24 36 71 67
Binary 11001101 10001011 1001001 0 100000 1000000 10100 11110 111001 110111

Color Harmonies of #CD8B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8B49

Black with #CD8B49

Text Example


Text Example

White with #CD8B49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8B49; }

 p { color: rgb(205,139,73); }

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

background-color css

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

 a { background-color: rgb(205,139,73); }

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

border-color css

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

 span { border-color: rgb(205,139,73); }

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