Html Css Color HEX #584220 Deep Bronze

📋 copy color: '#584220'

red 88 ◦ green 66 ◦ blue 32

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

Shades of Deep Bronze #584220

Tints of Deep Bronze #584220

RGB

 RED value IS 88 (34.77% from 255) = 47.31%

 GREEN value IS 66 (26.17% from 255) = 35.48%

 BLUE value IS 32 (12.89% from 255) = 17.2%

R = 47.31%
G = 35.48%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#584220 (or 0x584220) is known color: Deep Bronze. HEX triplet: 58, 42 and 20. RGB value is (88,66,32). Sum of RGB (Red+Green+Blue) = 88+66+32=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #584220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584220 is #A7BDDF. Grayscale: #444444. Windows color (decimal): -10993120 or 2114136. OLE color: 2114136.

HSL color Cylindrical-coordinate representation of color #584220: hue angle of 36.43º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #584220 is Cyan = 0, Magento = 0.25, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 66 32 -
CMYK 0 0.25 0.64 0.65
HSL 36.43º 0.47% 0.24% -
HSV(B) 36.43º 0.64% 0.35% -
XYZ 6.23 6.08 2.21 -
YUV 68.7 107.29 141.76 -
System Red Green Blue C M Y K H S L
Decimal 88 66 32 0 0.25 0.64 0.65 36.43 0.47 0.24
Hex 58 42 20 0 19 40 41 24 2F 18
Octal 130 102 40 0 31 100 101 44 57 30
Binary 1011000 1000010 100000 0 11001 1000000 1000001 100100 101111 11000

Color Harmonies of #584220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584220

Black with #584220

Text Example


Text Example

White with #584220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584220; }

 p { color: rgb(88,66,32); }

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

background-color css

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

 a { background-color: rgb(88,66,32); }

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

border-color css

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

 span { border-color: rgb(88,66,32); }

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