Html Css Color HEX #D1833E Peru

📋 copy color: '#D1833E'

red 209 ◦ green 131 ◦ blue 62

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

Shades of Peru #D1833E

Tints of Peru #D1833E

RGB

 RED value IS 209 (82.03% from 255) = 51.99%

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

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

R = 51.99%
G = 32.59%
B = 15.42%

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

#D1833E (or 0xD1833E) is known color: Peru. HEX triplet: D1, 83 and 3E. RGB value is (209,131,62). Sum of RGB (Red+Green+Blue) = 209+131+62=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 62 (24.61% from 255 or 15.42% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1833E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1833E is #2E7CC1. Grayscale: #929292. Windows color (decimal): -3046594 or 4096977. OLE color: 4096977.

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

Color convert

RGB 209 131 62 -
CMYK 0 0.37 0.70 0.18
HSL 28.16º 0.62% 0.53% -
HSV(B) 28.16º 0.7% 0.82% -
XYZ 35.28 30.14 8.51 -
YUV 146.46 80.34 172.61 -
System Red Green Blue C M Y K H S L
Decimal 209 131 62 0 0.37 0.70 0.18 28.16 0.62 0.53
Hex D1 83 3E 0 25 46 12 1C 3E 35
Octal 321 203 76 0 45 106 22 34 76 65
Binary 11010001 10000011 111110 0 100101 1000110 10010 11100 111110 110101

Color Harmonies of #D1833E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1833E

Black with #D1833E

Text Example


Text Example

White with #D1833E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1833E; }

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

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

background-color css

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

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

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

border-color css

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

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

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