Html Css Color HEX #D58D4B Peru

📋 copy color: '#D58D4B'

red 213 ◦ green 141 ◦ blue 75

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

Shades of Peru #D58D4B

Tints of Peru #D58D4B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.87%

 BLUE value IS 75 (29.69% from 255) = 17.48%

R = 49.65%
G = 32.87%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D58D4B (or 0xD58D4B) is known color: Peru. HEX triplet: D5, 8D and 4B. RGB value is (213,141,75). Sum of RGB (Red+Green+Blue) = 213+141+75=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 75 (29.69% from 255 or 17.48% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58D4B is #2A72B4. Grayscale: #9B9B9B. Windows color (decimal): -2781877 or 4951509. OLE color: 4951509.

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

Color convert

RGB 213 141 75 -
CMYK 0 0.34 0.65 0.16
HSL 28.7º 0.62% 0.56% -
HSV(B) 28.7º 0.65% 0.84% -
XYZ 38.24 33.7 11.15 -
YUV 155 82.85 169.37 -
System Red Green Blue C M Y K H S L
Decimal 213 141 75 0 0.34 0.65 0.16 28.7 0.62 0.56
Hex D5 8D 4B 0 22 41 10 1D 3E 38
Octal 325 215 113 0 42 101 20 35 76 70
Binary 11010101 10001101 1001011 0 100010 1000001 10000 11101 111110 111000

Color Harmonies of #D58D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D4B

Black with #D58D4B

Text Example


Text Example

White with #D58D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D4B; }

 p { color: rgb(213,141,75); }

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

background-color css

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

 a { background-color: rgb(213,141,75); }

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

border-color css

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

 span { border-color: rgb(213,141,75); }

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