Html Css Color HEX #D3853D Peru

📋 copy color: '#D3853D'

red 211 ◦ green 133 ◦ blue 61

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

Shades of Peru #D3853D

Tints of Peru #D3853D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.84%

 BLUE value IS 61 (24.22% from 255) = 15.06%

R = 52.1%
G = 32.84%
B = 15.06%

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

#D3853D (or 0xD3853D) is known color: Peru. HEX triplet: D3, 85 and 3D. RGB value is (211,133,61). Sum of RGB (Red+Green+Blue) = 211+133+61=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 133 (52.34% from 255 or 32.84% from 405); Blue value is 61 (24.22% from 255 or 15.06% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D3853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3853D is #2C7AC2. Grayscale: #949494. Windows color (decimal): -2915011 or 4031955. OLE color: 4031955.

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

Color convert

RGB 211 133 61 -
CMYK 0 0.37 0.71 0.17
HSL 28.8º 0.63% 0.53% -
HSV(B) 28.8º 0.71% 0.83% -
XYZ 36.09 30.96 8.49 -
YUV 148.11 78.84 172.85 -
System Red Green Blue C M Y K H S L
Decimal 211 133 61 0 0.37 0.71 0.17 28.8 0.63 0.53
Hex D3 85 3D 0 25 47 11 1D 3F 35
Octal 323 205 75 0 45 107 21 35 77 65
Binary 11010011 10000101 111101 0 100101 1000111 10001 11101 111111 110101

Color Harmonies of #D3853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3853D

Black with #D3853D

Text Example


Text Example

White with #D3853D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3853D; }

 p { color: rgb(211,133,61); }

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

background-color css

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

 a { background-color: rgb(211,133,61); }

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

border-color css

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

 span { border-color: rgb(211,133,61); }

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