Html Css Color HEX #D48341 Peru

📋 copy color: '#D48341'

red 212 ◦ green 131 ◦ blue 65

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

Shades of Peru #D48341

Tints of Peru #D48341

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.11%

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

R = 51.96%
G = 32.11%
B = 15.93%

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

#D48341 (or 0xD48341) is known color: Peru. HEX triplet: D4, 83 and 41. RGB value is (212,131,65). Sum of RGB (Red+Green+Blue) = 212+131+65=408 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.96% from 408); Green value is 131 (51.56% from 255 or 32.11% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 212 - color contains mainly: red. Hex color #D48341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48341 is #2B7CBE. Grayscale: #949494. Windows color (decimal): -2849983 or 4293588. OLE color: 4293588.

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

Color convert

RGB 212 131 65 -
CMYK 0 0.38 0.69 0.17
HSL 26.94º 0.63% 0.54% -
HSV(B) 26.94º 0.69% 0.83% -
XYZ 36.22 30.61 9 -
YUV 147.7 81.34 173.87 -
System Red Green Blue C M Y K H S L
Decimal 212 131 65 0 0.38 0.69 0.17 26.94 0.63 0.54
Hex D4 83 41 0 26 45 11 1B 3F 36
Octal 324 203 101 0 46 105 21 33 77 66
Binary 11010100 10000011 1000001 0 100110 1000101 10001 11011 111111 110110

Color Harmonies of #D48341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48341

Black with #D48341

Text Example


Text Example

White with #D48341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48341; }

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

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

background-color css

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

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

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

border-color css

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

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

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