#d08b3f

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

Shades of Peru #D08B3F

Tints of Peru #D08B3F

Color information

#D08B3F (or 0xD08B3F) is unknown color: approx Peru. HEX triplet: D0, 8B and 3F. RGB value is (208,139,63). Sum of RGB (Red+Green+Blue) = 208+139+63=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 63 (25% from 255 or 15.37% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D08B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08B3F is #2F74C0. Grayscale: #979797. Windows color (decimal): -3110081 or 4164560. OLE color: 4164560.

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

Color convert

RGB20813963-
CMYK00.330.700.18
HSL31.45º60.67%53.14%-
HSV(B)31.45º69.71%81.57%-
XYZ36.1432.239.02-
YUV150.9778.36168.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.73%
GREEN value IS 139 (54.69% from 255) = 33.90%
BLUE value IS 63 (25% from 255) = 15.37%
R=50.73%
G=33.90%
B=15.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081396300.330.700.1831.4560.6753.14
HexD08B3F02146121f3d35
Octal3202137704110622377565
Binary1101000010001011111111010000110001101001011111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d08b3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d08b3f; }

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

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

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

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

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

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

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

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