Html Css Color HEX #D48A46 Peru

📋 copy color: '#D48A46'

red 212 ◦ green 138 ◦ blue 70

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

Shades of Peru #D48A46

Tints of Peru #D48A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.67%

R = 50.48%
G = 32.86%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D48A46 (or 0xD48A46) is known color: Peru. HEX triplet: D4, 8A and 46. RGB value is (212,138,70). Sum of RGB (Red+Green+Blue) = 212+138+70=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48A46 is #2B75B9. Grayscale: #989898. Windows color (decimal): -2848186 or 4623060. OLE color: 4623060.

HSL color Cylindrical-coordinate representation of color #D48A46: hue angle of 28.73º 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 #D48A46 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 138 70 -
CMYK 0 0.35 0.67 0.17
HSL 28.73º 0.62% 0.55% -
HSV(B) 28.73º 0.67% 0.83% -
XYZ 37.35 32.62 10.12 -
YUV 152.37 81.52 170.53 -
System Red Green Blue C M Y K H S L
Decimal 212 138 70 0 0.35 0.67 0.17 28.73 0.62 0.55
Hex D4 8A 46 0 23 43 11 1D 3E 37
Octal 324 212 106 0 43 103 21 35 76 67
Binary 11010100 10001010 1000110 0 100011 1000011 10001 11101 111110 110111

Color Harmonies of #D48A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A46

Black with #D48A46

Text Example


Text Example

White with #D48A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A46; }

 p { color: rgb(212,138,70); }

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

background-color css

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

 a { background-color: rgb(212,138,70); }

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

border-color css

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

 span { border-color: rgb(212,138,70); }

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