Html Css Color HEX #D58339 Peru

📋 copy color: '#D58339'

red 213 ◦ green 131 ◦ blue 57

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

Shades of Peru #D58339

Tints of Peru #D58339

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.67%

 BLUE value IS 57 (22.66% from 255) = 14.21%

R = 53.12%
G = 32.67%
B = 14.21%

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

#D58339 (or 0xD58339) is known color: Peru. HEX triplet: D5, 83 and 39. RGB value is (213,131,57). Sum of RGB (Red+Green+Blue) = 213+131+57=401 (53% of max value = 765). Red value is 213 (83.59% from 255 or 53.12% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 57 (22.66% from 255 or 14.21% from 401); Max value from RGB is 213 - color contains mainly: red. Hex color #D58339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58339 is #2A7CC6. Grayscale: #939393. Windows color (decimal): -2784455 or 3769301. OLE color: 3769301.

HSL color Cylindrical-coordinate representation of color #D58339: hue angle of 28.46º 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 #D58339 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 131 57 -
CMYK 0 0.38 0.73 0.16
HSL 28.46º 0.65% 0.53% -
HSV(B) 28.46º 0.73% 0.84% -
XYZ 36.3 30.67 7.88 -
YUV 147.08 77.17 175.02 -
System Red Green Blue C M Y K H S L
Decimal 213 131 57 0 0.38 0.73 0.16 28.46 0.65 0.53
Hex D5 83 39 0 26 49 10 1C 41 35
Octal 325 203 71 0 46 111 20 34 101 65
Binary 11010101 10000011 111001 0 100110 1001001 10000 11100 1000001 110101

Color Harmonies of #D58339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58339

Black with #D58339

Text Example


Text Example

White with #D58339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58339; }

 p { color: rgb(213,131,57); }

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

background-color css

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

 a { background-color: rgb(213,131,57); }

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

border-color css

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

 span { border-color: rgb(213,131,57); }

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