Html Css Color HEX #D5853F Peru

📋 copy color: '#D5853F'

red 213 ◦ green 133 ◦ blue 63

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

Shades of Peru #D5853F

Tints of Peru #D5853F

RGB

 RED value IS 213 (83.59% from 255) = 52.08%

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

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

R = 52.08%
G = 32.52%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D5853F (or 0xD5853F) is known color: Peru. HEX triplet: D5, 85 and 3F. RGB value is (213,133,63). Sum of RGB (Red+Green+Blue) = 213+133+63=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D5853F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5853F is #2A7AC0. Grayscale: #959595. Windows color (decimal): -2783937 or 4163029. OLE color: 4163029.

HSL color Cylindrical-coordinate representation of color #D5853F: hue angle of 28º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5853F is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 133 63 -
CMYK 0 0.38 0.70 0.16
HSL 28º 0.64% 0.54% -
HSV(B) 28º 0.7% 0.84% -
XYZ 36.73 31.28 8.8 -
YUV 148.94 79.5 173.69 -
System Red Green Blue C M Y K H S L
Decimal 213 133 63 0 0.38 0.70 0.16 28 0.64 0.54
Hex D5 85 3F 0 26 46 10 1C 40 36
Octal 325 205 77 0 46 106 20 34 100 66
Binary 11010101 10000101 111111 0 100110 1000110 10000 11100 1000000 110110

Color Harmonies of #D5853F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5853F

Black with #D5853F

Text Example


Text Example

White with #D5853F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5853F; }

 p { color: rgb(213,133,63); }

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

background-color css

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

 a { background-color: rgb(213,133,63); }

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

border-color css

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

 span { border-color: rgb(213,133,63); }

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