Html Css Color HEX #D58638 Peru

📋 copy color: '#D58638'

red 213 ◦ green 134 ◦ blue 56

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

Shades of Peru #D58638

Tints of Peru #D58638

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.25%

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

R = 52.85%
G = 33.25%
B = 13.9%

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

#D58638 (or 0xD58638) is known color: Peru. HEX triplet: D5, 86 and 38. RGB value is (213,134,56). Sum of RGB (Red+Green+Blue) = 213+134+56=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 56 (22.27% from 255 or 13.90% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D58638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58638 is #2A79C7. Grayscale: #959595. Windows color (decimal): -2783688 or 3704533. OLE color: 3704533.

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

Color convert

RGB 213 134 56 -
CMYK 0 0.37 0.74 0.16
HSL 29.81º 0.65% 0.53% -
HSV(B) 29.81º 0.74% 0.84% -
XYZ 36.68 31.48 7.88 -
YUV 148.73 75.67 173.84 -
System Red Green Blue C M Y K H S L
Decimal 213 134 56 0 0.37 0.74 0.16 29.81 0.65 0.53
Hex D5 86 38 0 25 4A 10 1E 41 35
Octal 325 206 70 0 45 112 20 36 101 65
Binary 11010101 10000110 111000 0 100101 1001010 10000 11110 1000001 110101

Color Harmonies of #D58638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58638

Black with #D58638

Text Example


Text Example

White with #D58638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58638; }

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

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

background-color css

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

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

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

border-color css

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

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

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