Html Css Color HEX #D5843C Peru

📋 copy color: '#D5843C'

red 213 ◦ green 132 ◦ blue 60

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

Shades of Peru #D5843C

Tints of Peru #D5843C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.81%

R = 52.59%
G = 32.59%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5843C (or 0xD5843C) is known color: Peru. HEX triplet: D5, 84 and 3C. RGB value is (213,132,60). Sum of RGB (Red+Green+Blue) = 213+132+60=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 60 (23.83% from 255 or 14.81% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D5843C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5843C is #2A7BC3. Grayscale: #949494. Windows color (decimal): -2784196 or 3966165. OLE color: 3966165.

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

Color convert

RGB 213 132 60 -
CMYK 0 0.38 0.72 0.16
HSL 28.24º 0.65% 0.54% -
HSV(B) 28.24º 0.72% 0.84% -
XYZ 36.51 30.97 8.33 -
YUV 148.01 78.34 174.35 -
System Red Green Blue C M Y K H S L
Decimal 213 132 60 0 0.38 0.72 0.16 28.24 0.65 0.54
Hex D5 84 3C 0 26 48 10 1C 41 36
Octal 325 204 74 0 46 110 20 34 101 66
Binary 11010101 10000100 111100 0 100110 1001000 10000 11100 1000001 110110

Color Harmonies of #D5843C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5843C

Black with #D5843C

Text Example


Text Example

White with #D5843C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5843C; }

 p { color: rgb(213,132,60); }

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

background-color css

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

 a { background-color: rgb(213,132,60); }

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

border-color css

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

 span { border-color: rgb(213,132,60); }

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