Html Css Color HEX #D08A3A Peru

📋 copy color: '#D08A3A'

red 208 ◦ green 138 ◦ blue 58

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

Shades of Peru #D08A3A

Tints of Peru #D08A3A

RGB

 RED value IS 208 (81.64% from 255) = 51.49%

 GREEN value IS 138 (54.3% from 255) = 34.16%

 BLUE value IS 58 (23.05% from 255) = 14.36%

R = 51.49%
G = 34.16%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D08A3A (or 0xD08A3A) is known color: Peru. HEX triplet: D0, 8A and 3A. RGB value is (208,138,58). Sum of RGB (Red+Green+Blue) = 208+138+58=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 58 (23.05% from 255 or 14.36% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A3A is #2F75C5. Grayscale: #969696. Windows color (decimal): -3110342 or 3836624. OLE color: 3836624.

HSL color Cylindrical-coordinate representation of color #D08A3A: hue angle of 32º 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 #D08A3A is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 138 58 -
CMYK 0 0.34 0.72 0.18
HSL 32º 0.61% 0.52% -
HSV(B) 32º 0.72% 0.82% -
XYZ 35.86 31.89 8.27 -
YUV 149.81 76.19 169.5 -
System Red Green Blue C M Y K H S L
Decimal 208 138 58 0 0.34 0.72 0.18 32 0.61 0.52
Hex D0 8A 3A 0 22 48 12 20 3D 34
Octal 320 212 72 0 42 110 22 40 75 64
Binary 11010000 10001010 111010 0 100010 1001000 10010 100000 111101 110100

Color Harmonies of #D08A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08A3A

Black with #D08A3A

Text Example


Text Example

White with #D08A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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