Html Css Color HEX #D48441 Peru

📋 copy color: '#D48441'

red 212 ◦ green 132 ◦ blue 65

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

Shades of Peru #D48441

Tints of Peru #D48441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.89%

R = 51.83%
G = 32.27%
B = 15.89%

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

#D48441 (or 0xD48441) is known color: Peru. HEX triplet: D4, 84 and 41. RGB value is (212,132,65). Sum of RGB (Red+Green+Blue) = 212+132+65=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D48441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48441 is #2B7BBE. Grayscale: #949494. Windows color (decimal): -2849727 or 4293844. OLE color: 4293844.

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

Color convert

RGB 212 132 65 -
CMYK 0 0.38 0.69 0.17
HSL 27.35º 0.63% 0.54% -
HSV(B) 27.35º 0.69% 0.83% -
XYZ 36.36 30.88 9.05 -
YUV 148.28 81 173.45 -
System Red Green Blue C M Y K H S L
Decimal 212 132 65 0 0.38 0.69 0.17 27.35 0.63 0.54
Hex D4 84 41 0 26 45 11 1B 3F 36
Octal 324 204 101 0 46 105 21 33 77 66
Binary 11010100 10000100 1000001 0 100110 1000101 10001 11011 111111 110110

Color Harmonies of #D48441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48441

Black with #D48441

Text Example


Text Example

White with #D48441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48441; }

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

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

background-color css

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

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

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

border-color css

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

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

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