Html Css Color HEX #D48A3C Peru

📋 copy color: '#D48A3C'

red 212 ◦ green 138 ◦ blue 60

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

Shades of Peru #D48A3C

Tints of Peru #D48A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.63%

R = 51.71%
G = 33.66%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D48A3C (or 0xD48A3C) is known color: Peru. HEX triplet: D4, 8A and 3C. RGB value is (212,138,60). Sum of RGB (Red+Green+Blue) = 212+138+60=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48A3C is #2B75C3. Grayscale: #979797. Windows color (decimal): -2848196 or 3967700. OLE color: 3967700.

HSL color Cylindrical-coordinate representation of color #D48A3C: hue angle of 30.79º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D48A3C is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 138 60 -
CMYK 0 0.35 0.72 0.17
HSL 30.79º 0.64% 0.53% -
HSV(B) 30.79º 0.72% 0.83% -
XYZ 37.06 32.5 8.6 -
YUV 151.23 76.52 171.34 -
System Red Green Blue C M Y K H S L
Decimal 212 138 60 0 0.35 0.72 0.17 30.79 0.64 0.53
Hex D4 8A 3C 0 23 48 11 1F 40 35
Octal 324 212 74 0 43 110 21 37 100 65
Binary 11010100 10001010 111100 0 100011 1001000 10001 11111 1000000 110101

Color Harmonies of #D48A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48A3C

Black with #D48A3C

Text Example


Text Example

White with #D48A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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