Html Css Color HEX #D5893A Peru

📋 copy color: '#D5893A'

red 213 ◦ green 137 ◦ blue 58

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

Shades of Peru #D5893A

Tints of Peru #D5893A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.22%

R = 52.21%
G = 33.58%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5893A (or 0xD5893A) is known color: Peru. HEX triplet: D5, 89 and 3A. RGB value is (213,137,58). Sum of RGB (Red+Green+Blue) = 213+137+58=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 58 (23.05% from 255 or 14.22% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D5893A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5893A is #2A76C5. Grayscale: #979797. Windows color (decimal): -2782918 or 3836373. OLE color: 3836373.

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

Color convert

RGB 213 137 58 -
CMYK 0 0.36 0.73 0.16
HSL 30.58º 0.65% 0.53% -
HSV(B) 30.58º 0.73% 0.84% -
XYZ 37.15 32.34 8.29 -
YUV 150.72 75.68 172.42 -
System Red Green Blue C M Y K H S L
Decimal 213 137 58 0 0.36 0.73 0.16 30.58 0.65 0.53
Hex D5 89 3A 0 24 49 10 1F 41 35
Octal 325 211 72 0 44 111 20 37 101 65
Binary 11010101 10001001 111010 0 100100 1001001 10000 11111 1000001 110101

Color Harmonies of #D5893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5893A

Black with #D5893A

Text Example


Text Example

White with #D5893A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5893A; }

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

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

background-color css

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

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

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

border-color css

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

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

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