Html Css Color HEX #CD8540 Peru

📋 copy color: '#CD8540'

red 205 ◦ green 133 ◦ blue 64

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

Shades of Peru #CD8540

Tints of Peru #CD8540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.92%

R = 51%
G = 33.08%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CD8540 (or 0xCD8540) is known color: Peru. HEX triplet: CD, 85 and 40. RGB value is (205,133,64). Sum of RGB (Red+Green+Blue) = 205+133+64=402 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.00% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8540 is #327ABF. Grayscale: #939393. Windows color (decimal): -3308224 or 4228557. OLE color: 4228557.

HSL color Cylindrical-coordinate representation of color #CD8540: hue angle of 29.36º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD8540 is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 133 64 -
CMYK 0 0.35 0.69 0.20
HSL 29.36º 0.59% 0.53% -
HSV(B) 29.36º 0.69% 0.8% -
XYZ 34.49 30.12 8.85 -
YUV 146.66 81.35 169.61 -
System Red Green Blue C M Y K H S L
Decimal 205 133 64 0 0.35 0.69 0.20 29.36 0.59 0.53
Hex CD 85 40 0 23 45 14 1D 3B 35
Octal 315 205 100 0 43 105 24 35 73 65
Binary 11001101 10000101 1000000 0 100011 1000101 10100 11101 111011 110101

Color Harmonies of #CD8540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8540

Black with #CD8540

Text Example


Text Example

White with #CD8540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8540; }

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

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

background-color css

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

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

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

border-color css

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

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

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