Html Css Color HEX #D48747 Peru

📋 copy color: '#D48747'

red 212 ◦ green 135 ◦ blue 71

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

Shades of Peru #D48747

Tints of Peru #D48747

RGB

 RED value IS 212 (83.2% from 255) = 50.72%

 GREEN value IS 135 (53.13% from 255) = 32.3%

 BLUE value IS 71 (28.13% from 255) = 16.99%

R = 50.72%
G = 32.3%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D48747 (or 0xD48747) is known color: Peru. HEX triplet: D4, 87 and 47. RGB value is (212,135,71). Sum of RGB (Red+Green+Blue) = 212+135+71=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 71 (28.12% from 255 or 16.99% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D48747 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48747 is #2B78B8. Grayscale: #979797. Windows color (decimal): -2848953 or 4687828. OLE color: 4687828.

HSL color Cylindrical-coordinate representation of color #D48747: hue angle of 27.23º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D48747 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 135 71 -
CMYK 0 0.36 0.67 0.17
HSL 27.23º 0.62% 0.55% -
HSV(B) 27.23º 0.67% 0.83% -
XYZ 36.95 31.78 10.15 -
YUV 150.73 83.01 171.7 -
System Red Green Blue C M Y K H S L
Decimal 212 135 71 0 0.36 0.67 0.17 27.23 0.62 0.55
Hex D4 87 47 0 24 43 11 1B 3E 37
Octal 324 207 107 0 44 103 21 33 76 67
Binary 11010100 10000111 1000111 0 100100 1000011 10001 11011 111110 110111

Color Harmonies of #D48747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48747

Black with #D48747

Text Example


Text Example

White with #D48747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48747; }

 p { color: rgb(212,135,71); }

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

background-color css

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

 a { background-color: rgb(212,135,71); }

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

border-color css

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

 span { border-color: rgb(212,135,71); }

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