Html Css Color HEX #D58738 Peru

📋 copy color: '#D58738'

red 213 ◦ green 135 ◦ blue 56

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

Shades of Peru #D58738

Tints of Peru #D58738

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.42%

 BLUE value IS 56 (22.27% from 255) = 13.86%

R = 52.72%
G = 33.42%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D58738 (or 0xD58738) is known color: Peru. HEX triplet: D5, 87 and 38. RGB value is (213,135,56). Sum of RGB (Red+Green+Blue) = 213+135+56=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D58738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58738 is #2A78C7. Grayscale: #959595. Windows color (decimal): -2783432 or 3704789. OLE color: 3704789.

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

Color convert

RGB 213 135 56 -
CMYK 0 0.37 0.74 0.16
HSL 30.19º 0.65% 0.53% -
HSV(B) 30.19º 0.74% 0.84% -
XYZ 36.82 31.76 7.93 -
YUV 149.32 75.34 173.42 -
System Red Green Blue C M Y K H S L
Decimal 213 135 56 0 0.37 0.74 0.16 30.19 0.65 0.53
Hex D5 87 38 0 25 4A 10 1E 41 35
Octal 325 207 70 0 45 112 20 36 101 65
Binary 11010101 10000111 111000 0 100101 1001010 10000 11110 1000001 110101

Color Harmonies of #D58738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58738

Black with #D58738

Text Example


Text Example

White with #D58738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58738; }

 p { color: rgb(213,135,56); }

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

background-color css

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

 a { background-color: rgb(213,135,56); }

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

border-color css

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

 span { border-color: rgb(213,135,56); }

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