Html Css Color HEX #D0893E Peru

📋 copy color: '#D0893E'

red 208 ◦ green 137 ◦ blue 62

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

Shades of Peru #D0893E

Tints of Peru #D0893E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.23%

R = 51.11%
G = 33.66%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0893E (or 0xD0893E) is known color: Peru. HEX triplet: D0, 89 and 3E. RGB value is (208,137,62). Sum of RGB (Red+Green+Blue) = 208+137+62=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D0893E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0893E is #2F76C1. Grayscale: #969696. Windows color (decimal): -3110594 or 4098512. OLE color: 4098512.

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

Color convert

RGB 208 137 62 -
CMYK 0 0.34 0.70 0.18
HSL 30.82º 0.61% 0.53% -
HSV(B) 30.82º 0.7% 0.82% -
XYZ 35.83 31.65 8.78 -
YUV 149.68 78.52 169.6 -
System Red Green Blue C M Y K H S L
Decimal 208 137 62 0 0.34 0.70 0.18 30.82 0.61 0.53
Hex D0 89 3E 0 22 46 12 1F 3D 35
Octal 320 211 76 0 42 106 22 37 75 65
Binary 11010000 10001001 111110 0 100010 1000110 10010 11111 111101 110101

Color Harmonies of #D0893E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0893E

Black with #D0893E

Text Example


Text Example

White with #D0893E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0893E; }

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

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

background-color css

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

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

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

border-color css

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

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

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