Html Css Color HEX #D0893D Peru

📋 copy color: '#D0893D'

red 208 ◦ green 137 ◦ blue 61

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

Shades of Peru #D0893D

Tints of Peru #D0893D

RGB

 RED value IS 208 (81.64% from 255) = 51.23%

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

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

R = 51.23%
G = 33.74%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0893D (or 0xD0893D) is known color: Peru. HEX triplet: D0, 89 and 3D. RGB value is (208,137,61). Sum of RGB (Red+Green+Blue) = 208+137+61=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 61 (24.22% from 255 or 15.02% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D0893D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0893D is #2F76C2. Grayscale: #959595. Windows color (decimal): -3110595 or 4032976. OLE color: 4032976.

HSL color Cylindrical-coordinate representation of color #D0893D: hue angle of 31.02º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0893D is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 137 61 -
CMYK 0 0.34 0.71 0.18
HSL 31.02º 0.61% 0.53% -
HSV(B) 31.02º 0.71% 0.82% -
XYZ 35.8 31.64 8.63 -
YUV 149.57 78.02 169.68 -
System Red Green Blue C M Y K H S L
Decimal 208 137 61 0 0.34 0.71 0.18 31.02 0.61 0.53
Hex D0 89 3D 0 22 47 12 1F 3D 35
Octal 320 211 75 0 42 107 22 37 75 65
Binary 11010000 10001001 111101 0 100010 1000111 10010 11111 111101 110101

Color Harmonies of #D0893D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0893D

Black with #D0893D

Text Example


Text Example

White with #D0893D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0893D; }

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

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

background-color css

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

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

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

border-color css

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

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

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