Html Css Color HEX #D5853C Peru

📋 copy color: '#D5853C'

red 213 ◦ green 133 ◦ blue 60

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

Shades of Peru #D5853C

Tints of Peru #D5853C

RGB

 RED value IS 213 (83.59% from 255) = 52.46%

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

 BLUE value IS 60 (23.83% from 255) = 14.78%

R = 52.46%
G = 32.76%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5853C (or 0xD5853C) is known color: Peru. HEX triplet: D5, 85 and 3C. RGB value is (213,133,60). Sum of RGB (Red+Green+Blue) = 213+133+60=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5853C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5853C is #2A7AC3. Grayscale: #949494. Windows color (decimal): -2783940 or 3966421. OLE color: 3966421.

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

Color convert

RGB 213 133 60 -
CMYK 0 0.38 0.72 0.16
HSL 28.63º 0.65% 0.54% -
HSV(B) 28.63º 0.72% 0.84% -
XYZ 36.64 31.25 8.37 -
YUV 148.6 78 173.94 -
System Red Green Blue C M Y K H S L
Decimal 213 133 60 0 0.38 0.72 0.16 28.63 0.65 0.54
Hex D5 85 3C 0 26 48 10 1D 41 36
Octal 325 205 74 0 46 110 20 35 101 66
Binary 11010101 10000101 111100 0 100110 1001000 10000 11101 1000001 110110

Color Harmonies of #D5853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5853C

Black with #D5853C

Text Example


Text Example

White with #D5853C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5853C; }

 p { color: rgb(213,133,60); }

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

background-color css

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

 a { background-color: rgb(213,133,60); }

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

border-color css

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

 span { border-color: rgb(213,133,60); }

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