Html Css Color HEX #D48442 Peru

📋 copy color: '#D48442'

red 212 ◦ green 132 ◦ blue 66

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

Shades of Peru #D48442

Tints of Peru #D48442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.2%

 BLUE value IS 66 (26.17% from 255) = 16.1%

R = 51.71%
G = 32.2%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D48442 (or 0xD48442) is known color: Peru. HEX triplet: D4, 84 and 42. RGB value is (212,132,66). Sum of RGB (Red+Green+Blue) = 212+132+66=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 66 (26.17% from 255 or 16.10% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D48442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48442 is #2B7BBD. Grayscale: #949494. Windows color (decimal): -2849726 or 4359380. OLE color: 4359380.

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

Color convert

RGB 212 132 66 -
CMYK 0 0.38 0.69 0.17
HSL 27.12º 0.63% 0.55% -
HSV(B) 27.12º 0.69% 0.83% -
XYZ 36.39 30.89 9.2 -
YUV 148.4 81.5 173.37 -
System Red Green Blue C M Y K H S L
Decimal 212 132 66 0 0.38 0.69 0.17 27.12 0.63 0.55
Hex D4 84 42 0 26 45 11 1B 3F 37
Octal 324 204 102 0 46 105 21 33 77 67
Binary 11010100 10000100 1000010 0 100110 1000101 10001 11011 111111 110111

Color Harmonies of #D48442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48442

Black with #D48442

Text Example


Text Example

White with #D48442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48442; }

 p { color: rgb(212,132,66); }

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

background-color css

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

 a { background-color: rgb(212,132,66); }

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

border-color css

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

 span { border-color: rgb(212,132,66); }

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