Html Css Color HEX #D78540 Peru

📋 copy color: '#D78540'

red 215 ◦ green 133 ◦ blue 64

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

Shades of Peru #D78540

Tints of Peru #D78540

RGB

 RED value IS 215 (84.38% from 255) = 52.18%

 GREEN value IS 133 (52.34% from 255) = 32.28%

 BLUE value IS 64 (25.39% from 255) = 15.53%

R = 52.18%
G = 32.28%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D78540 (or 0xD78540) is known color: Peru. HEX triplet: D7, 85 and 40. RGB value is (215,133,64). Sum of RGB (Red+Green+Blue) = 215+133+64=412 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.18% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 215 - color contains mainly: red. Hex color #D78540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78540 is #287ABF. Grayscale: #969696. Windows color (decimal): -2652864 or 4228567. OLE color: 4228567.

HSL color Cylindrical-coordinate representation of color #D78540: hue angle of 27.42º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D78540 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 133 64 -
CMYK 0 0.38 0.70 0.16
HSL 27.42º 0.65% 0.55% -
HSV(B) 27.42º 0.7% 0.84% -
XYZ 37.34 31.59 8.98 -
YUV 149.65 79.67 174.61 -
System Red Green Blue C M Y K H S L
Decimal 215 133 64 0 0.38 0.70 0.16 27.42 0.65 0.55
Hex D7 85 40 0 26 46 10 1B 41 37
Octal 327 205 100 0 46 106 20 33 101 67
Binary 11010111 10000101 1000000 0 100110 1000110 10000 11011 1000001 110111

Color Harmonies of #D78540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78540

Black with #D78540

Text Example


Text Example

White with #D78540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78540; }

 p { color: rgb(215,133,64); }

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

background-color css

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

 a { background-color: rgb(215,133,64); }

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

border-color css

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

 span { border-color: rgb(215,133,64); }

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