Html Css Color HEX #D58641 Peru

📋 copy color: '#D58641'

red 213 ◦ green 134 ◦ blue 65

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

Shades of Peru #D58641

Tints of Peru #D58641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.78%

R = 51.7%
G = 32.52%
B = 15.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D58641 (or 0xD58641) is known color: Peru. HEX triplet: D5, 86 and 41. RGB value is (213,134,65). Sum of RGB (Red+Green+Blue) = 213+134+65=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D58641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58641 is #2A79BE. Grayscale: #969696. Windows color (decimal): -2783679 or 4294357. OLE color: 4294357.

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

Color convert

RGB 213 134 65 -
CMYK 0 0.37 0.69 0.16
HSL 27.97º 0.64% 0.55% -
HSV(B) 27.97º 0.69% 0.84% -
XYZ 36.92 31.58 9.15 -
YUV 149.76 80.17 173.11 -
System Red Green Blue C M Y K H S L
Decimal 213 134 65 0 0.37 0.69 0.16 27.97 0.64 0.55
Hex D5 86 41 0 25 45 10 1C 40 37
Octal 325 206 101 0 45 105 20 34 100 67
Binary 11010101 10000110 1000001 0 100101 1000101 10000 11100 1000000 110111

Color Harmonies of #D58641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58641

Black with #D58641

Text Example


Text Example

White with #D58641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58641; }

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

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

background-color css

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

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

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

border-color css

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

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

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