Html Css Color HEX #584128 Deep Bronze

📋 copy color: '#584128'

red 88 ◦ green 65 ◦ blue 40

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

Shades of Deep Bronze #584128

Tints of Deep Bronze #584128

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.68%

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

R = 45.6%
G = 33.68%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.65

RGB Variations

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

Color information

#584128 (or 0x584128) is known color: Deep Bronze. HEX triplet: 58, 41 and 28. RGB value is (88,65,40). Sum of RGB (Red+Green+Blue) = 88+65+40=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #584128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584128 is #A7BED7. Grayscale: #454545. Windows color (decimal): -10993368 or 2638168. OLE color: 2638168.

HSL color Cylindrical-coordinate representation of color #584128: hue angle of 31.25º 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 #584128 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 65 40 -
CMYK 0 0.26 0.55 0.65
HSL 31.25º 0.38% 0.25% -
HSV(B) 31.25º 0.55% 0.35% -
XYZ 6.3 6.01 2.84 -
YUV 69.03 111.62 141.53 -
System Red Green Blue C M Y K H S L
Decimal 88 65 40 0 0.26 0.55 0.65 31.25 0.38 0.25
Hex 58 41 28 0 1A 37 41 1F 26 19
Octal 130 101 50 0 32 67 101 37 46 31
Binary 1011000 1000001 101000 0 11010 110111 1000001 11111 100110 11001

Color Harmonies of #584128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584128

Black with #584128

Text Example


Text Example

White with #584128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584128; }

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

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

background-color css

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

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

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

border-color css

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

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

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