Html Css Color HEX #D48645 Peru

📋 copy color: '#D48645'

red 212 ◦ green 134 ◦ blue 69

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

Shades of Peru #D48645

Tints of Peru #D48645

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.29%

 BLUE value IS 69 (27.34% from 255) = 16.63%

R = 51.08%
G = 32.29%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#D48645 (or 0xD48645) is known color: Peru. HEX triplet: D4, 86 and 45. RGB value is (212,134,69). Sum of RGB (Red+Green+Blue) = 212+134+69=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D48645 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48645 is #2B79BA. Grayscale: #969696. Windows color (decimal): -2849211 or 4556500. OLE color: 4556500.

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

Color convert

RGB 212 134 69 -
CMYK 0 0.37 0.67 0.17
HSL 27.27º 0.62% 0.55% -
HSV(B) 27.27º 0.67% 0.83% -
XYZ 36.75 31.48 9.77 -
YUV 149.91 82.34 172.29 -
System Red Green Blue C M Y K H S L
Decimal 212 134 69 0 0.37 0.67 0.17 27.27 0.62 0.55
Hex D4 86 45 0 25 43 11 1B 3E 37
Octal 324 206 105 0 45 103 21 33 76 67
Binary 11010100 10000110 1000101 0 100101 1000011 10001 11011 111110 110111

Color Harmonies of #D48645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48645

Black with #D48645

Text Example


Text Example

White with #D48645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48645; }

 p { color: rgb(212,134,69); }

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

background-color css

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

 a { background-color: rgb(212,134,69); }

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

border-color css

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

 span { border-color: rgb(212,134,69); }

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