Html Css Color HEX #CD8749 Peru

📋 copy color: '#CD8749'

red 205 ◦ green 135 ◦ blue 73

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

Shades of Peru #CD8749

Tints of Peru #CD8749

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.69%

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

R = 49.64%
G = 32.69%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CD8749 (or 0xCD8749) is known color: Peru. HEX triplet: CD, 87 and 49. RGB value is (205,135,73). Sum of RGB (Red+Green+Blue) = 205+135+73=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8749 is #3278B6. Grayscale: #959595. Windows color (decimal): -3307703 or 4818893. OLE color: 4818893.

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

Color convert

RGB 205 135 73 -
CMYK 0 0.34 0.64 0.20
HSL 28.18º 0.57% 0.55% -
HSV(B) 28.18º 0.64% 0.8% -
XYZ 35.04 30.79 10.4 -
YUV 148.86 85.19 168.04 -
System Red Green Blue C M Y K H S L
Decimal 205 135 73 0 0.34 0.64 0.20 28.18 0.57 0.55
Hex CD 87 49 0 22 40 14 1C 39 37
Octal 315 207 111 0 42 100 24 34 71 67
Binary 11001101 10000111 1001001 0 100010 1000000 10100 11100 111001 110111

Color Harmonies of #CD8749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8749

Black with #CD8749

Text Example


Text Example

White with #CD8749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8749; }

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

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

background-color css

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

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

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

border-color css

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

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

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