Html Css Color HEX #D58341 Peru

📋 copy color: '#D58341'

red 213 ◦ green 131 ◦ blue 65

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

Shades of Peru #D58341

Tints of Peru #D58341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.89%

R = 52.08%
G = 32.03%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D58341 (or 0xD58341) is known color: Peru. HEX triplet: D5, 83 and 41. RGB value is (213,131,65). Sum of RGB (Red+Green+Blue) = 213+131+65=409 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.08% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 213 - color contains mainly: red. Hex color #D58341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58341 is #2A7CBE. Grayscale: #949494. Windows color (decimal): -2784447 or 4293589. OLE color: 4293589.

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

Color convert

RGB 213 131 65 -
CMYK 0 0.38 0.69 0.16
HSL 26.76º 0.64% 0.55% -
HSV(B) 26.76º 0.69% 0.84% -
XYZ 36.51 30.76 9.01 -
YUV 147.99 81.17 174.37 -
System Red Green Blue C M Y K H S L
Decimal 213 131 65 0 0.38 0.69 0.16 26.76 0.64 0.55
Hex D5 83 41 0 26 45 10 1B 40 37
Octal 325 203 101 0 46 105 20 33 100 67
Binary 11010101 10000011 1000001 0 100110 1000101 10000 11011 1000000 110111

Color Harmonies of #D58341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58341

Black with #D58341

Text Example


Text Example

White with #D58341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58341; }

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

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

background-color css

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

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

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

border-color css

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

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

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