Html Css Color HEX #D5893D Peru

📋 copy color: '#D5893D'

red 213 ◦ green 137 ◦ blue 61

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

Shades of Peru #D5893D

Tints of Peru #D5893D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.84%

R = 51.82%
G = 33.33%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D5893D (or 0xD5893D) is known color: Peru. HEX triplet: D5, 89 and 3D. RGB value is (213,137,61). Sum of RGB (Red+Green+Blue) = 213+137+61=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D5893D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5893D is #2A76C2. Grayscale: #979797. Windows color (decimal): -2782915 or 4032981. OLE color: 4032981.

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

Color convert

RGB 213 137 61 -
CMYK 0 0.36 0.71 0.16
HSL 30º 0.64% 0.54% -
HSV(B) 30º 0.71% 0.84% -
XYZ 37.23 32.37 8.7 -
YUV 151.06 77.18 172.18 -
System Red Green Blue C M Y K H S L
Decimal 213 137 61 0 0.36 0.71 0.16 30 0.64 0.54
Hex D5 89 3D 0 24 47 10 1E 40 36
Octal 325 211 75 0 44 107 20 36 100 66
Binary 11010101 10001001 111101 0 100100 1000111 10000 11110 1000000 110110

Color Harmonies of #D5893D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5893D

Black with #D5893D

Text Example


Text Example

White with #D5893D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5893D; }

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

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

background-color css

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

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

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

border-color css

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

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

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