Html Css Color HEX #D58A41 Peru

📋 copy color: '#D58A41'

red 213 ◦ green 138 ◦ blue 65

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

Shades of Peru #D58A41

Tints of Peru #D58A41

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.17%

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

R = 51.2%
G = 33.17%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D58A41 (or 0xD58A41) is known color: Peru. HEX triplet: D5, 8A and 41. RGB value is (213,138,65). Sum of RGB (Red+Green+Blue) = 213+138+65=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58A41 is #2A75BE. Grayscale: #989898. Windows color (decimal): -2782655 or 4295381. OLE color: 4295381.

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

Color convert

RGB 213 138 65 -
CMYK 0 0.35 0.69 0.16
HSL 29.59º 0.64% 0.55% -
HSV(B) 29.59º 0.69% 0.84% -
XYZ 37.48 32.7 9.34 -
YUV 152.1 78.85 171.44 -
System Red Green Blue C M Y K H S L
Decimal 213 138 65 0 0.35 0.69 0.16 29.59 0.64 0.55
Hex D5 8A 41 0 23 45 10 1E 40 37
Octal 325 212 101 0 43 105 20 36 100 67
Binary 11010101 10001010 1000001 0 100011 1000101 10000 11110 1000000 110111

Color Harmonies of #D58A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58A41

Black with #D58A41

Text Example


Text Example

White with #D58A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58A41; }

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

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

background-color css

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

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

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

border-color css

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

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

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