Html Css Color HEX #D58C48 Peru

📋 copy color: '#D58C48'

red 213 ◦ green 140 ◦ blue 72

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

Shades of Peru #D58C48

Tints of Peru #D58C48

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.94%

 BLUE value IS 72 (28.52% from 255) = 16.94%

R = 50.12%
G = 32.94%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D58C48 (or 0xD58C48) is known color: Peru. HEX triplet: D5, 8C and 48. RGB value is (213,140,72). Sum of RGB (Red+Green+Blue) = 213+140+72=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58C48 is #2A73B7. Grayscale: #9A9A9A. Windows color (decimal): -2782136 or 4754645. OLE color: 4754645.

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

Color convert

RGB 213 140 72 -
CMYK 0 0.34 0.66 0.16
HSL 28.94º 0.63% 0.56% -
HSV(B) 28.94º 0.66% 0.84% -
XYZ 37.99 33.37 10.57 -
YUV 154.08 81.68 170.03 -
System Red Green Blue C M Y K H S L
Decimal 213 140 72 0 0.34 0.66 0.16 28.94 0.63 0.56
Hex D5 8C 48 0 22 42 10 1D 3F 38
Octal 325 214 110 0 42 102 20 35 77 70
Binary 11010101 10001100 1001000 0 100010 1000010 10000 11101 111111 111000

Color Harmonies of #D58C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58C48

Black with #D58C48

Text Example


Text Example

White with #D58C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58C48; }

 p { color: rgb(213,140,72); }

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

background-color css

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

 a { background-color: rgb(213,140,72); }

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

border-color css

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

 span { border-color: rgb(213,140,72); }

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