Html Css Color HEX #D48742 Peru

📋 copy color: '#D48742'

red 212 ◦ green 135 ◦ blue 66

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

Shades of Peru #D48742

Tints of Peru #D48742

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.69%

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

R = 51.33%
G = 32.69%
B = 15.98%

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

#D48742 (or 0xD48742) is known color: Peru. HEX triplet: D4, 87 and 42. RGB value is (212,135,66). Sum of RGB (Red+Green+Blue) = 212+135+66=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D48742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48742 is #2B78BD. Grayscale: #969696. Windows color (decimal): -2848958 or 4360148. OLE color: 4360148.

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

Color convert

RGB 212 135 66 -
CMYK 0 0.36 0.69 0.17
HSL 28.36º 0.63% 0.55% -
HSV(B) 28.36º 0.69% 0.83% -
XYZ 36.8 31.72 9.34 -
YUV 150.16 80.51 172.11 -
System Red Green Blue C M Y K H S L
Decimal 212 135 66 0 0.36 0.69 0.17 28.36 0.63 0.55
Hex D4 87 42 0 24 45 11 1C 3F 37
Octal 324 207 102 0 44 105 21 34 77 67
Binary 11010100 10000111 1000010 0 100100 1000101 10001 11100 111111 110111

Color Harmonies of #D48742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48742

Black with #D48742

Text Example


Text Example

White with #D48742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48742; }

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

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

background-color css

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

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

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

border-color css

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

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

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