Html Css Color HEX #584614 Bronze Olive

📋 copy color: '#584614'

red 88 ◦ green 70 ◦ blue 20

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

Shades of Bronze Olive #584614

Tints of Bronze Olive #584614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.33%

 BLUE value IS 20 (8.2% from 255) = 11.24%

R = 49.44%
G = 39.33%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#584614 (or 0x584614) is known color: Bronze Olive. HEX triplet: 58, 46 and 14. RGB value is (88,70,20). Sum of RGB (Red+Green+Blue) = 88+70+20=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 88 - color contains mainly: red. Hex color #584614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584614 is #A7B9EB. Grayscale: #454545. Windows color (decimal): -10992108 or 1328728. OLE color: 1328728.

HSL color Cylindrical-coordinate representation of color #584614: hue angle of 44.12º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #584614 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 70 20 -
CMYK 0 0.20 0.77 0.65
HSL 44.12º 0.63% 0.21% -
HSV(B) 44.12º 0.77% 0.35% -
XYZ 6.34 6.51 1.58 -
YUV 69.68 99.96 141.07 -
System Red Green Blue C M Y K H S L
Decimal 88 70 20 0 0.20 0.77 0.65 44.12 0.63 0.21
Hex 58 46 14 0 14 4D 41 2C 3F 15
Octal 130 106 24 0 24 115 101 54 77 25
Binary 1011000 1000110 10100 0 10100 1001101 1000001 101100 111111 10101

Color Harmonies of #584614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584614

Black with #584614

Text Example


Text Example

White with #584614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584614; }

 p { color: rgb(88,70,20); }

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

background-color css

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

 a { background-color: rgb(88,70,20); }

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

border-color css

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

 span { border-color: rgb(88,70,20); }

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