Html Css Color HEX #D0833E Peru

📋 copy color: '#D0833E'

red 208 ◦ green 131 ◦ blue 62

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

Shades of Peru #D0833E

Tints of Peru #D0833E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.67%

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

R = 51.87%
G = 32.67%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D0833E (or 0xD0833E) is known color: Peru. HEX triplet: D0, 83 and 3E. RGB value is (208,131,62). Sum of RGB (Red+Green+Blue) = 208+131+62=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D0833E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0833E is #2F7CC1. Grayscale: #929292. Windows color (decimal): -3112130 or 4096976. OLE color: 4096976.

HSL color Cylindrical-coordinate representation of color #D0833E: hue angle of 28.36º 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 #D0833E is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 131 62 -
CMYK 0 0.37 0.70 0.18
HSL 28.36º 0.61% 0.53% -
HSV(B) 28.36º 0.7% 0.82% -
XYZ 35 29.99 8.5 -
YUV 146.16 80.51 172.11 -
System Red Green Blue C M Y K H S L
Decimal 208 131 62 0 0.37 0.70 0.18 28.36 0.61 0.53
Hex D0 83 3E 0 25 46 12 1C 3D 35
Octal 320 203 76 0 45 106 22 34 75 65
Binary 11010000 10000011 111110 0 100101 1000110 10010 11100 111101 110101

Color Harmonies of #D0833E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0833E

Black with #D0833E

Text Example


Text Example

White with #D0833E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0833E; }

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

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

background-color css

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

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

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

border-color css

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

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

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