#CD843A

Color #CD843A Peru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru #CD843A

Tints of Peru #CD843A

Color information

#CD843A (or 0xCD843A) is unknown color: approx Peru. HEX triplet: CD, 84 and 3A. RGB value is (205,132,58). Sum of RGB (Red+Green+Blue) = 205+132+58=395 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.90% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 205 - color contains mainly: red. Hex color #CD843A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD843A is #327BC5. Grayscale: #919191. Windows color (decimal): -3308486 or 3835085. OLE color: 3835085.

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

Color convert

RGB20513258-
CMYK00.360.720.20
HSL30.2º59.51%51.57%-
HSV(B)30.2º71.71%80.39%-
XYZ34.1929.797.95-
YUV145.3978.68170.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.90%
GREEN value IS 132 (51.95% from 255) = 33.42%
BLUE value IS 58 (23.05% from 255) = 14.68%
R=51.90%
G=33.42%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051325800.360.720.2030.259.5151.57
HexCD843A02448141e3c34
Octal3152047204411024367464
Binary1100110110000100111010010010010010001010011110111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD843A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD843A; }

 p { color: rgb(205,132,58); }

 H1.HeaderClassName
 {
   color: #CD843A;
 }
 .AnyTagClassName
 {
   color: #CD843A;
 }
</style>
background-color css

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

 a { background-color: rgb(205,132,58); }

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

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

 span { border-color: rgb(205,132,58); }

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