Html Css Color HEX #D1833F Peru

📋 copy color: '#D1833F'

red 209 ◦ green 131 ◦ blue 63

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

Shades of Peru #D1833F

Tints of Peru #D1833F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.63%

R = 51.86%
G = 32.51%
B = 15.63%

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

#D1833F (or 0xD1833F) is known color: Peru. HEX triplet: D1, 83 and 3F. RGB value is (209,131,63). Sum of RGB (Red+Green+Blue) = 209+131+63=403 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.86% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 209 - color contains mainly: red. Hex color #D1833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1833F is #2E7CC0. Grayscale: #929292. Windows color (decimal): -3046593 or 4162513. OLE color: 4162513.

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

Color convert

RGB 209 131 63 -
CMYK 0 0.37 0.70 0.18
HSL 27.95º 0.61% 0.53% -
HSV(B) 27.95º 0.7% 0.82% -
XYZ 35.31 30.15 8.66 -
YUV 146.57 80.84 172.53 -
System Red Green Blue C M Y K H S L
Decimal 209 131 63 0 0.37 0.70 0.18 27.95 0.61 0.53
Hex D1 83 3F 0 25 46 12 1C 3D 35
Octal 321 203 77 0 45 106 22 34 75 65
Binary 11010001 10000011 111111 0 100101 1000110 10010 11100 111101 110101

Color Harmonies of #D1833F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1833F

Black with #D1833F

Text Example


Text Example

White with #D1833F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1833F; }

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

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

background-color css

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

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

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

border-color css

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

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

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