Html Css Color HEX #584A18 Bronze Olive

📋 copy color: '#584A18'

red 88 ◦ green 74 ◦ blue 24

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

Shades of Bronze Olive #584A18

Tints of Bronze Olive #584A18

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.78%

 BLUE value IS 24 (9.77% from 255) = 12.9%

R = 47.31%
G = 39.78%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.73

 K value IS 0.65

RGB Variations

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

Color information

#584A18 (or 0x584A18) is known color: Bronze Olive. HEX triplet: 58, 4A and 18. RGB value is (88,74,24). Sum of RGB (Red+Green+Blue) = 88+74+24=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #584A18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584A18 is #A7B5E7. Grayscale: #484848. Windows color (decimal): -10991080 or 1591896. OLE color: 1591896.

HSL color Cylindrical-coordinate representation of color #584A18: hue angle of 46.88º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #584A18 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 74 24 -
CMYK 0 0.16 0.73 0.65
HSL 46.88º 0.57% 0.22% -
HSV(B) 46.88º 0.73% 0.35% -
XYZ 6.64 7.04 1.87 -
YUV 72.49 100.64 139.07 -
System Red Green Blue C M Y K H S L
Decimal 88 74 24 0 0.16 0.73 0.65 46.88 0.57 0.22
Hex 58 4A 18 0 10 49 41 2F 39 16
Octal 130 112 30 0 20 111 101 57 71 26
Binary 1011000 1001010 11000 0 10000 1001001 1000001 101111 111001 10110

Color Harmonies of #584A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A18

Black with #584A18

Text Example


Text Example

White with #584A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584A18; }

 p { color: rgb(88,74,24); }

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

background-color css

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

 a { background-color: rgb(88,74,24); }

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

border-color css

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

 span { border-color: rgb(88,74,24); }

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