Html Css Color HEX #D58442 Peru

📋 copy color: '#D58442'

red 213 ◦ green 132 ◦ blue 66

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

Shades of Peru #D58442

Tints of Peru #D58442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.12%

 BLUE value IS 66 (26.17% from 255) = 16.06%

R = 51.82%
G = 32.12%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D58442 (or 0xD58442) is known color: Peru. HEX triplet: D5, 84 and 42. RGB value is (213,132,66). Sum of RGB (Red+Green+Blue) = 213+132+66=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D58442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58442 is #2A7BBD. Grayscale: #959595. Windows color (decimal): -2784190 or 4359381. OLE color: 4359381.

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

Color convert

RGB 213 132 66 -
CMYK 0 0.38 0.69 0.16
HSL 26.94º 0.64% 0.55% -
HSV(B) 26.94º 0.69% 0.84% -
XYZ 36.68 31.04 9.21 -
YUV 148.7 81.34 173.87 -
System Red Green Blue C M Y K H S L
Decimal 213 132 66 0 0.38 0.69 0.16 26.94 0.64 0.55
Hex D5 84 42 0 26 45 10 1B 40 37
Octal 325 204 102 0 46 105 20 33 100 67
Binary 11010101 10000100 1000010 0 100110 1000101 10000 11011 1000000 110111

Color Harmonies of #D58442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58442

Black with #D58442

Text Example


Text Example

White with #D58442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58442; }

 p { color: rgb(213,132,66); }

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

background-color css

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

 a { background-color: rgb(213,132,66); }

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

border-color css

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

 span { border-color: rgb(213,132,66); }

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