Html Css Color HEX #D5893B Peru

📋 copy color: '#D5893B'

red 213 ◦ green 137 ◦ blue 59

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

Shades of Peru #D5893B

Tints of Peru #D5893B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.43%

R = 52.08%
G = 33.5%
B = 14.43%

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

#D5893B (or 0xD5893B) is known color: Peru. HEX triplet: D5, 89 and 3B. RGB value is (213,137,59). Sum of RGB (Red+Green+Blue) = 213+137+59=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 59 (23.44% from 255 or 14.43% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5893B is #2A76C4. Grayscale: #979797. Windows color (decimal): -2782917 or 3901909. OLE color: 3901909.

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

Color convert

RGB 213 137 59 -
CMYK 0 0.36 0.72 0.16
HSL 30.39º 0.65% 0.53% -
HSV(B) 30.39º 0.72% 0.84% -
XYZ 37.18 32.35 8.42 -
YUV 150.83 76.18 172.34 -
System Red Green Blue C M Y K H S L
Decimal 213 137 59 0 0.36 0.72 0.16 30.39 0.65 0.53
Hex D5 89 3B 0 24 48 10 1E 41 35
Octal 325 211 73 0 44 110 20 36 101 65
Binary 11010101 10001001 111011 0 100100 1001000 10000 11110 1000001 110101

Color Harmonies of #D5893B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5893B

Black with #D5893B

Text Example


Text Example

White with #D5893B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5893B; }

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

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

background-color css

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

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

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

border-color css

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

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

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