Html Css Color HEX #CD8341 Peru

📋 copy color: '#CD8341'

red 205 ◦ green 131 ◦ blue 65

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

Shades of Peru #CD8341

Tints of Peru #CD8341

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.67%

 BLUE value IS 65 (25.78% from 255) = 16.21%

R = 51.12%
G = 32.67%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD8341 (or 0xCD8341) is known color: Peru. HEX triplet: CD, 83 and 41. RGB value is (205,131,65). Sum of RGB (Red+Green+Blue) = 205+131+65=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 65 (25.78% from 255 or 16.21% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8341 is #327CBE. Grayscale: #919191. Windows color (decimal): -3308735 or 4293581. OLE color: 4293581.

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

Color convert

RGB 205 131 65 -
CMYK 0 0.36 0.68 0.20
HSL 28.29º 0.58% 0.53% -
HSV(B) 28.29º 0.68% 0.8% -
XYZ 34.25 29.59 8.91 -
YUV 145.6 82.52 170.37 -
System Red Green Blue C M Y K H S L
Decimal 205 131 65 0 0.36 0.68 0.20 28.29 0.58 0.53
Hex CD 83 41 0 24 44 14 1C 3A 35
Octal 315 203 101 0 44 104 24 34 72 65
Binary 11001101 10000011 1000001 0 100100 1000100 10100 11100 111010 110101

Color Harmonies of #CD8341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8341

Black with #CD8341

Text Example


Text Example

White with #CD8341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8341; }

 p { color: rgb(205,131,65); }

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

background-color css

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

 a { background-color: rgb(205,131,65); }

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

border-color css

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

 span { border-color: rgb(205,131,65); }

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