Html Css Color HEX #D3843E Peru

📋 copy color: '#D3843E'

red 211 ◦ green 132 ◦ blue 62

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

Shades of Peru #D3843E

Tints of Peru #D3843E

RGB

 RED value IS 211 (82.81% from 255) = 52.1%

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

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

R = 52.1%
G = 32.59%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.17

RGB Variations

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

Color information

#D3843E (or 0xD3843E) is known color: Peru. HEX triplet: D3, 84 and 3E. RGB value is (211,132,62). Sum of RGB (Red+Green+Blue) = 211+132+62=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 62 (24.61% from 255 or 15.31% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D3843E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3843E is #2C7BC1. Grayscale: #949494. Windows color (decimal): -2915266 or 4097235. OLE color: 4097235.

HSL color Cylindrical-coordinate representation of color #D3843E: hue angle of 28.19º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3843E is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 132 62 -
CMYK 0 0.37 0.71 0.17
HSL 28.19º 0.63% 0.54% -
HSV(B) 28.19º 0.71% 0.83% -
XYZ 35.98 30.7 8.59 -
YUV 147.64 79.67 173.19 -
System Red Green Blue C M Y K H S L
Decimal 211 132 62 0 0.37 0.71 0.17 28.19 0.63 0.54
Hex D3 84 3E 0 25 47 11 1C 3F 36
Octal 323 204 76 0 45 107 21 34 77 66
Binary 11010011 10000100 111110 0 100101 1000111 10001 11100 111111 110110

Color Harmonies of #D3843E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3843E

Black with #D3843E

Text Example


Text Example

White with #D3843E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3843E; }

 p { color: rgb(211,132,62); }

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

background-color css

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

 a { background-color: rgb(211,132,62); }

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

border-color css

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

 span { border-color: rgb(211,132,62); }

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