Html Css Color HEX #D48C45 Peru

📋 copy color: '#D48C45'

red 212 ◦ green 140 ◦ blue 69

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

Shades of Peru #D48C45

Tints of Peru #D48C45

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.25%

 BLUE value IS 69 (27.34% from 255) = 16.39%

R = 50.36%
G = 33.25%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D48C45 (or 0xD48C45) is known color: Peru. HEX triplet: D4, 8C and 45. RGB value is (212,140,69). Sum of RGB (Red+Green+Blue) = 212+140+69=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 140 (55.08% from 255 or 33.25% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D48C45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48C45 is #2B73BA. Grayscale: #999999. Windows color (decimal): -2847675 or 4558036. OLE color: 4558036.

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

Color convert

RGB 212 140 69 -
CMYK 0 0.34 0.67 0.17
HSL 29.79º 0.62% 0.55% -
HSV(B) 29.79º 0.67% 0.83% -
XYZ 37.6 33.18 10.05 -
YUV 153.43 80.35 169.77 -
System Red Green Blue C M Y K H S L
Decimal 212 140 69 0 0.34 0.67 0.17 29.79 0.62 0.55
Hex D4 8C 45 0 22 43 11 1E 3E 37
Octal 324 214 105 0 42 103 21 36 76 67
Binary 11010100 10001100 1000101 0 100010 1000011 10001 11110 111110 110111

Color Harmonies of #D48C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48C45

Black with #D48C45

Text Example


Text Example

White with #D48C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48C45; }

 p { color: rgb(212,140,69); }

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

background-color css

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

 a { background-color: rgb(212,140,69); }

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

border-color css

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

 span { border-color: rgb(212,140,69); }

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