Html Css Color HEX #584A08 Bronze Olive

📋 copy color: '#584A08'

red 88 ◦ green 74 ◦ blue 8

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

Shades of Bronze Olive #584A08

Tints of Bronze Olive #584A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.71%

R = 51.76%
G = 43.53%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#584A08 (or 0x584A08) is known color: Bronze Olive. HEX triplet: 58, 4A and 08. RGB value is (88,74,8). Sum of RGB (Red+Green+Blue) = 88+74+8=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 74 (29.30% from 255 or 43.53% from 170); Blue value is 8 (3.52% from 255 or 4.71% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #584A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584A08 is #A7B5F7. Grayscale: #464646. Windows color (decimal): -10991096 or 543320. OLE color: 543320.

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

Color convert

RGB 88 74 8 -
CMYK 0 0.16 0.91 0.65
HSL 49.5º 0.83% 0.19% -
HSV(B) 49.5º 0.91% 0.35% -
XYZ 6.52 6.99 1.24 -
YUV 70.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 88 74 8 0 0.16 0.91 0.65 49.5 0.83 0.19
Hex 58 4A 8 0 10 5B 41 32 53 13
Octal 130 112 10 0 20 133 101 62 123 23
Binary 1011000 1001010 1000 0 10000 1011011 1000001 110010 1010011 10011

Color Harmonies of #584A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584A08

Black with #584A08

Text Example


Text Example

White with #584A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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