Html Css Color HEX #D1843B Peru

📋 copy color: '#D1843B'

red 209 ◦ green 132 ◦ blue 59

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

Shades of Peru #D1843B

Tints of Peru #D1843B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33%

 BLUE value IS 59 (23.44% from 255) = 14.75%

R = 52.25%
G = 33%
B = 14.75%

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

#D1843B (or 0xD1843B) is known color: Peru. HEX triplet: D1, 84 and 3B. RGB value is (209,132,59). Sum of RGB (Red+Green+Blue) = 209+132+59=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1843B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1843B is #2E7BC4. Grayscale: #939393. Windows color (decimal): -3046341 or 3900625. OLE color: 3900625.

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

Color convert

RGB 209 132 59 -
CMYK 0 0.37 0.72 0.18
HSL 29.2º 0.62% 0.53% -
HSV(B) 29.2º 0.72% 0.82% -
XYZ 35.34 30.37 8.14 -
YUV 146.7 78.51 172.44 -
System Red Green Blue C M Y K H S L
Decimal 209 132 59 0 0.37 0.72 0.18 29.2 0.62 0.53
Hex D1 84 3B 0 25 48 12 1D 3E 35
Octal 321 204 73 0 45 110 22 35 76 65
Binary 11010001 10000100 111011 0 100101 1001000 10010 11101 111110 110101

Color Harmonies of #D1843B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1843B

Black with #D1843B

Text Example


Text Example

White with #D1843B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1843B; }

 p { color: rgb(209,132,59); }

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

background-color css

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

 a { background-color: rgb(209,132,59); }

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

border-color css

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

 span { border-color: rgb(209,132,59); }

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