#D08B3A

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

Shades of Peru #D08B3A

Tints of Peru #D08B3A

Color information

#D08B3A (or 0xD08B3A) is unknown color: approx Peru. HEX triplet: D0, 8B and 3A. RGB value is (208,139,58). Sum of RGB (Red+Green+Blue) = 208+139+58=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 58 (23.05% from 255 or 14.32% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D08B3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08B3A is #2F74C5. Grayscale: #969696. Windows color (decimal): -3110086 or 3836880. OLE color: 3836880.

HSL color Cylindrical-coordinate representation of color #D08B3A: hue angle of 32.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D08B3A is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB20813958-
CMYK00.330.720.18
HSL32.4º61.48%52.16%-
HSV(B)32.4º72.12%81.57%-
XYZ36.0132.188.32-
YUV150.475.86169.09-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.36%
GREEN value IS 139 (54.69% from 255) = 34.32%
BLUE value IS 58 (23.05% from 255) = 14.32%
R=51.36%
G=34.32%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081395800.330.720.1832.461.4852.16
HexD08B3A0214812203d34
Octal3202137204111022407564
Binary11010000100010111110100100001100100010010100000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08B3A; }

 p { color: rgb(208,139,58); }

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

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

 a { background-color: rgb(208,139,58); }

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

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

 span { border-color: rgb(208,139,58); }

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