Html Css Color HEX #D58F48 Peru

📋 copy color: '#D58F48'

red 213 ◦ green 143 ◦ blue 72

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

Shades of Peru #D58F48

Tints of Peru #D58F48

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.41%

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

R = 49.77%
G = 33.41%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D58F48 (or 0xD58F48) is known color: Peru. HEX triplet: D5, 8F and 48. RGB value is (213,143,72). Sum of RGB (Red+Green+Blue) = 213+143+72=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 72 (28.52% from 255 or 16.82% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58F48 is #2A70B7. Grayscale: #9C9C9C. Windows color (decimal): -2781368 or 4755413. OLE color: 4755413.

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

Color convert

RGB 213 143 72 -
CMYK 0 0.33 0.66 0.16
HSL 30.21º 0.63% 0.56% -
HSV(B) 30.21º 0.66% 0.84% -
XYZ 38.43 34.26 10.72 -
YUV 155.84 80.69 168.77 -
System Red Green Blue C M Y K H S L
Decimal 213 143 72 0 0.33 0.66 0.16 30.21 0.63 0.56
Hex D5 8F 48 0 21 42 10 1E 3F 38
Octal 325 217 110 0 41 102 20 36 77 70
Binary 11010101 10001111 1001000 0 100001 1000010 10000 11110 111111 111000

Color Harmonies of #D58F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58F48

Black with #D58F48

Text Example


Text Example

White with #D58F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58F48; }

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

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

background-color css

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

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

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

border-color css

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

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

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