Html Css Color HEX #D58945 Peru

📋 copy color: '#D58945'

red 213 ◦ green 137 ◦ blue 69

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

Shades of Peru #D58945

Tints of Peru #D58945

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.7%

 BLUE value IS 69 (27.34% from 255) = 16.47%

R = 50.84%
G = 32.7%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D58945 (or 0xD58945) is known color: Peru. HEX triplet: D5, 89 and 45. RGB value is (213,137,69). Sum of RGB (Red+Green+Blue) = 213+137+69=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D58945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58945 is #2A76BA. Grayscale: #989898. Windows color (decimal): -2782907 or 4557269. OLE color: 4557269.

HSL color Cylindrical-coordinate representation of color #D58945: hue angle of 28.33º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D58945 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 137 69 -
CMYK 0 0.36 0.68 0.16
HSL 28.33º 0.63% 0.55% -
HSV(B) 28.33º 0.68% 0.84% -
XYZ 37.46 32.47 9.92 -
YUV 151.97 81.18 171.53 -
System Red Green Blue C M Y K H S L
Decimal 213 137 69 0 0.36 0.68 0.16 28.33 0.63 0.55
Hex D5 89 45 0 24 44 10 1C 3F 37
Octal 325 211 105 0 44 104 20 34 77 67
Binary 11010101 10001001 1000101 0 100100 1000100 10000 11100 111111 110111

Color Harmonies of #D58945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58945

Black with #D58945

Text Example


Text Example

White with #D58945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58945; }

 p { color: rgb(213,137,69); }

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

background-color css

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

 a { background-color: rgb(213,137,69); }

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

border-color css

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

 span { border-color: rgb(213,137,69); }

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