Html Css Color HEX #D5843A Peru

📋 copy color: '#D5843A'

red 213 ◦ green 132 ◦ blue 58

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

Shades of Peru #D5843A

Tints of Peru #D5843A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.39%

R = 52.85%
G = 32.75%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D5843A (or 0xD5843A) is known color: Peru. HEX triplet: D5, 84 and 3A. RGB value is (213,132,58). Sum of RGB (Red+Green+Blue) = 213+132+58=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D5843A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5843A is #2A7BC5. Grayscale: #949494. Windows color (decimal): -2784198 or 3835093. OLE color: 3835093.

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

Color convert

RGB 213 132 58 -
CMYK 0 0.38 0.73 0.16
HSL 28.65º 0.65% 0.53% -
HSV(B) 28.65º 0.73% 0.84% -
XYZ 36.46 30.95 8.06 -
YUV 147.78 77.34 174.52 -
System Red Green Blue C M Y K H S L
Decimal 213 132 58 0 0.38 0.73 0.16 28.65 0.65 0.53
Hex D5 84 3A 0 26 49 10 1D 41 35
Octal 325 204 72 0 46 111 20 35 101 65
Binary 11010101 10000100 111010 0 100110 1001001 10000 11101 1000001 110101

Color Harmonies of #D5843A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5843A

Black with #D5843A

Text Example


Text Example

White with #D5843A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5843A; }

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

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

background-color css

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

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

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

border-color css

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

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

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