Html Css Color HEX #584221 Deep Bronze

📋 copy color: '#584221'

red 88 ◦ green 66 ◦ blue 33

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

Shades of Deep Bronze #584221

Tints of Deep Bronze #584221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.65%

R = 47.06%
G = 35.29%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#584221 (or 0x584221) is known color: Deep Bronze. HEX triplet: 58, 42 and 21. RGB value is (88,66,33). Sum of RGB (Red+Green+Blue) = 88+66+33=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 33 (13.28% from 255 or 17.65% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #584221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584221 is #A7BDDE. Grayscale: #444444. Windows color (decimal): -10993119 or 2179672. OLE color: 2179672.

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

Color convert

RGB 88 66 33 -
CMYK 0 0.25 0.62 0.65
HSL 36º 0.45% 0.24% -
HSV(B) 36º 0.63% 0.35% -
XYZ 6.25 6.08 2.28 -
YUV 68.82 107.79 141.68 -
System Red Green Blue C M Y K H S L
Decimal 88 66 33 0 0.25 0.62 0.65 36 0.45 0.24
Hex 58 42 21 0 19 3E 41 24 2D 18
Octal 130 102 41 0 31 76 101 44 55 30
Binary 1011000 1000010 100001 0 11001 111110 1000001 100100 101101 11000

Color Harmonies of #584221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584221

Black with #584221

Text Example


Text Example

White with #584221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584221; }

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

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

background-color css

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

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

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

border-color css

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

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

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