Html Css Color HEX #D7893D Peru

📋 copy color: '#D7893D'

red 215 ◦ green 137 ◦ blue 61

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

Shades of Peru #D7893D

Tints of Peru #D7893D

RGB

 RED value IS 215 (84.38% from 255) = 52.06%

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

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

R = 52.06%
G = 33.17%
B = 14.77%

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

#D7893D (or 0xD7893D) is known color: Peru. HEX triplet: D7, 89 and 3D. RGB value is (215,137,61). Sum of RGB (Red+Green+Blue) = 215+137+61=413 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.06% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 215 - color contains mainly: red. Hex color #D7893D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D7893D is #2876C2. Grayscale: #989898. Windows color (decimal): -2651843 or 4032983. OLE color: 4032983.

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

Color convert

RGB 215 137 61 -
CMYK 0 0.36 0.72 0.16
HSL 29.61º 0.66% 0.54% -
HSV(B) 29.61º 0.72% 0.84% -
XYZ 37.81 32.68 8.73 -
YUV 151.66 76.84 173.18 -
System Red Green Blue C M Y K H S L
Decimal 215 137 61 0 0.36 0.72 0.16 29.61 0.66 0.54
Hex D7 89 3D 0 24 48 10 1E 42 36
Octal 327 211 75 0 44 110 20 36 102 66
Binary 11010111 10001001 111101 0 100100 1001000 10000 11110 1000010 110110

Color Harmonies of #D7893D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7893D

Black with #D7893D

Text Example


Text Example

White with #D7893D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7893D; }

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

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

background-color css

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

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

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

border-color css

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

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

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