Html Css Color HEX #D58838 Peru

📋 copy color: '#D58838'

red 213 ◦ green 136 ◦ blue 56

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

Shades of Peru #D58838

Tints of Peru #D58838

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.58%

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

R = 52.59%
G = 33.58%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D58838 (or 0xD58838) is known color: Peru. HEX triplet: D5, 88 and 38. RGB value is (213,136,56). Sum of RGB (Red+Green+Blue) = 213+136+56=405 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.59% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 56 (22.27% from 255 or 13.83% from 405); Max value from RGB is 213 - color contains mainly: red. Hex color #D58838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58838 is #2A77C7. Grayscale: #969696. Windows color (decimal): -2783176 or 3705045. OLE color: 3705045.

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

Color convert

RGB 213 136 56 -
CMYK 0 0.36 0.74 0.16
HSL 30.57º 0.65% 0.53% -
HSV(B) 30.57º 0.74% 0.84% -
XYZ 36.96 32.04 7.98 -
YUV 149.9 75.01 173 -
System Red Green Blue C M Y K H S L
Decimal 213 136 56 0 0.36 0.74 0.16 30.57 0.65 0.53
Hex D5 88 38 0 24 4A 10 1F 41 35
Octal 325 210 70 0 44 112 20 37 101 65
Binary 11010101 10001000 111000 0 100100 1001010 10000 11111 1000001 110101

Color Harmonies of #D58838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58838

Black with #D58838

Text Example


Text Example

White with #D58838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58838; }

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

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

background-color css

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

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

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

border-color css

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

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

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