Html Css Color HEX #584228 Deep Bronze

📋 copy color: '#584228'

red 88 ◦ green 66 ◦ blue 40

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

Shades of Deep Bronze #584228

Tints of Deep Bronze #584228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 20.62%

R = 45.36%
G = 34.02%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#584228 (or 0x584228) is known color: Deep Bronze. HEX triplet: 58, 42 and 28. RGB value is (88,66,40). Sum of RGB (Red+Green+Blue) = 88+66+40=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #584228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584228 is #A7BDD7. Grayscale: #454545. Windows color (decimal): -10993112 or 2638424. OLE color: 2638424.

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

Color convert

RGB 88 66 40 -
CMYK 0 0.25 0.55 0.65
HSL 32.5º 0.38% 0.25% -
HSV(B) 32.5º 0.55% 0.35% -
XYZ 6.36 6.12 2.85 -
YUV 69.61 111.29 141.11 -
System Red Green Blue C M Y K H S L
Decimal 88 66 40 0 0.25 0.55 0.65 32.5 0.38 0.25
Hex 58 42 28 0 19 37 41 20 26 19
Octal 130 102 50 0 31 67 101 40 46 31
Binary 1011000 1000010 101000 0 11001 110111 1000001 100000 100110 11001

Color Harmonies of #584228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584228

Black with #584228

Text Example


Text Example

White with #584228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584228; }

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

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

background-color css

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

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

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

border-color css

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

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

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