Html Css Color HEX #D58139 Peru

📋 copy color: '#D58139'

red 213 ◦ green 129 ◦ blue 57

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

Shades of Peru #D58139

Tints of Peru #D58139

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.33%

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

R = 53.38%
G = 32.33%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D58139 (or 0xD58139) is known color: Peru. HEX triplet: D5, 81 and 39. RGB value is (213,129,57). Sum of RGB (Red+Green+Blue) = 213+129+57=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 57 (22.66% from 255 or 14.29% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D58139 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58139 is #2A7EC6. Grayscale: #929292. Windows color (decimal): -2784967 or 3768789. OLE color: 3768789.

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

Color convert

RGB 213 129 57 -
CMYK 0 0.39 0.73 0.16
HSL 27.69º 0.65% 0.53% -
HSV(B) 27.69º 0.73% 0.84% -
XYZ 36.03 30.14 7.79 -
YUV 145.91 77.83 175.85 -
System Red Green Blue C M Y K H S L
Decimal 213 129 57 0 0.39 0.73 0.16 27.69 0.65 0.53
Hex D5 81 39 0 27 49 10 1C 41 35
Octal 325 201 71 0 47 111 20 34 101 65
Binary 11010101 10000001 111001 0 100111 1001001 10000 11100 1000001 110101

Color Harmonies of #D58139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58139

Black with #D58139

Text Example


Text Example

White with #D58139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58139; }

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

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

background-color css

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

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

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

border-color css

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

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

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