Html Css Color HEX #D48841 Peru

📋 copy color: '#D48841'

red 212 ◦ green 136 ◦ blue 65

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

Shades of Peru #D48841

Tints of Peru #D48841

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.93%

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

R = 51.33%
G = 32.93%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#D48841 (or 0xD48841) is known color: Peru. HEX triplet: D4, 88 and 41. RGB value is (212,136,65). Sum of RGB (Red+Green+Blue) = 212+136+65=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 65 (25.78% from 255 or 15.74% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D48841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48841 is #2B77BE. Grayscale: #969696. Windows color (decimal): -2848703 or 4294868. OLE color: 4294868.

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

Color convert

RGB 212 136 65 -
CMYK 0 0.36 0.69 0.17
HSL 28.98º 0.63% 0.54% -
HSV(B) 28.98º 0.69% 0.83% -
XYZ 36.91 31.99 9.23 -
YUV 150.63 79.68 171.77 -
System Red Green Blue C M Y K H S L
Decimal 212 136 65 0 0.36 0.69 0.17 28.98 0.63 0.54
Hex D4 88 41 0 24 45 11 1D 3F 36
Octal 324 210 101 0 44 105 21 35 77 66
Binary 11010100 10001000 1000001 0 100100 1000101 10001 11101 111111 110110

Color Harmonies of #D48841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48841

Black with #D48841

Text Example


Text Example

White with #D48841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48841; }

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

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

background-color css

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

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

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

border-color css

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

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

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