Html Css Color HEX #D1833A Peru

📋 copy color: '#D1833A'

red 209 ◦ green 131 ◦ blue 58

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

Shades of Peru #D1833A

Tints of Peru #D1833A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.57%

R = 52.51%
G = 32.91%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D1833A (or 0xD1833A) is known color: Peru. HEX triplet: D1, 83 and 3A. RGB value is (209,131,58). Sum of RGB (Red+Green+Blue) = 209+131+58=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 58 (23.05% from 255 or 14.57% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D1833A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1833A is #2E7CC5. Grayscale: #929292. Windows color (decimal): -3046598 or 3834833. OLE color: 3834833.

HSL color Cylindrical-coordinate representation of color #D1833A: hue angle of 29.01º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1833A is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 131 58 -
CMYK 0 0.37 0.72 0.18
HSL 29.01º 0.62% 0.52% -
HSV(B) 29.01º 0.72% 0.82% -
XYZ 35.17 30.09 7.96 -
YUV 146 78.34 172.94 -
System Red Green Blue C M Y K H S L
Decimal 209 131 58 0 0.37 0.72 0.18 29.01 0.62 0.52
Hex D1 83 3A 0 25 48 12 1D 3E 34
Octal 321 203 72 0 45 110 22 35 76 64
Binary 11010001 10000011 111010 0 100101 1001000 10010 11101 111110 110100

Color Harmonies of #D1833A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1833A

Black with #D1833A

Text Example


Text Example

White with #D1833A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1833A; }

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

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

background-color css

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

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

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

border-color css

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

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

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