Html Css Color HEX #D5893C Peru

📋 copy color: '#D5893C'

red 213 ◦ green 137 ◦ blue 60

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

Shades of Peru #D5893C

Tints of Peru #D5893C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.41%

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

R = 51.95%
G = 33.41%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5893C (or 0xD5893C) is known color: Peru. HEX triplet: D5, 89 and 3C. RGB value is (213,137,60). Sum of RGB (Red+Green+Blue) = 213+137+60=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D5893C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5893C is #2A76C3. Grayscale: #979797. Windows color (decimal): -2782916 or 3967445. OLE color: 3967445.

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

Color convert

RGB 213 137 60 -
CMYK 0 0.36 0.72 0.16
HSL 30.2º 0.65% 0.54% -
HSV(B) 30.2º 0.72% 0.84% -
XYZ 37.2 32.36 8.56 -
YUV 150.95 76.68 172.26 -
System Red Green Blue C M Y K H S L
Decimal 213 137 60 0 0.36 0.72 0.16 30.2 0.65 0.54
Hex D5 89 3C 0 24 48 10 1E 41 36
Octal 325 211 74 0 44 110 20 36 101 66
Binary 11010101 10001001 111100 0 100100 1001000 10000 11110 1000001 110110

Color Harmonies of #D5893C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5893C

Black with #D5893C

Text Example


Text Example

White with #D5893C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5893C; }

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

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

background-color css

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

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

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

border-color css

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

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

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