Html Css Color HEX #D3843F Peru

📋 copy color: '#D3843F'

red 211 ◦ green 132 ◦ blue 63

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

Shades of Peru #D3843F

Tints of Peru #D3843F

RGB

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

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

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

R = 51.97%
G = 32.51%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.70

 K value IS 0.17

RGB Variations

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

Color information

#D3843F (or 0xD3843F) is known color: Peru. HEX triplet: D3, 84 and 3F. RGB value is (211,132,63). Sum of RGB (Red+Green+Blue) = 211+132+63=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D3843F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3843F is #2C7BC0. Grayscale: #949494. Windows color (decimal): -2915265 or 4162771. OLE color: 4162771.

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

Color convert

RGB 211 132 63 -
CMYK 0 0.37 0.70 0.17
HSL 27.97º 0.63% 0.54% -
HSV(B) 27.97º 0.7% 0.83% -
XYZ 36.01 30.71 8.73 -
YUV 147.76 80.17 173.11 -
System Red Green Blue C M Y K H S L
Decimal 211 132 63 0 0.37 0.70 0.17 27.97 0.63 0.54
Hex D3 84 3F 0 25 46 11 1C 3F 36
Octal 323 204 77 0 45 106 21 34 77 66
Binary 11010011 10000100 111111 0 100101 1000110 10001 11100 111111 110110

Color Harmonies of #D3843F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3843F

Black with #D3843F

Text Example


Text Example

White with #D3843F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3843F; }

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

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

background-color css

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

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

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

border-color css

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

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

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