Html Css Color HEX #D58A44 Peru

📋 copy color: '#D58A44'

red 213 ◦ green 138 ◦ blue 68

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

Shades of Peru #D58A44

Tints of Peru #D58A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.23%

R = 50.84%
G = 32.94%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D58A44 (or 0xD58A44) is known color: Peru. HEX triplet: D5, 8A and 44. RGB value is (213,138,68). Sum of RGB (Red+Green+Blue) = 213+138+68=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58A44 is #2A75BB. Grayscale: #989898. Windows color (decimal): -2782652 or 4491989. OLE color: 4491989.

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

Color convert

RGB 213 138 68 -
CMYK 0 0.35 0.68 0.16
HSL 28.97º 0.63% 0.55% -
HSV(B) 28.97º 0.68% 0.84% -
XYZ 37.57 32.74 9.81 -
YUV 152.45 80.35 171.19 -
System Red Green Blue C M Y K H S L
Decimal 213 138 68 0 0.35 0.68 0.16 28.97 0.63 0.55
Hex D5 8A 44 0 23 44 10 1D 3F 37
Octal 325 212 104 0 43 104 20 35 77 67
Binary 11010101 10001010 1000100 0 100011 1000100 10000 11101 111111 110111

Color Harmonies of #D58A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58A44

Black with #D58A44

Text Example


Text Example

White with #D58A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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