Html Css Color HEX #584612 Bronze Olive

📋 copy color: '#584612'

red 88 ◦ green 70 ◦ blue 18

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

Shades of Bronze Olive #584612

Tints of Bronze Olive #584612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.23%

R = 50%
G = 39.77%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#584612 (or 0x584612) is known color: Bronze Olive. HEX triplet: 58, 46 and 12. RGB value is (88,70,18). Sum of RGB (Red+Green+Blue) = 88+70+18=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 18 (7.42% from 255 or 10.23% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #584612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584612 is #A7B9ED. Grayscale: #454545. Windows color (decimal): -10992110 or 1197656. OLE color: 1197656.

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

Color convert

RGB 88 70 18 -
CMYK 0 0.20 0.80 0.65
HSL 44.57º 0.66% 0.21% -
HSV(B) 44.57º 0.8% 0.35% -
XYZ 6.32 6.5 1.49 -
YUV 69.45 98.96 141.23 -
System Red Green Blue C M Y K H S L
Decimal 88 70 18 0 0.20 0.80 0.65 44.57 0.66 0.21
Hex 58 46 12 0 14 50 41 2D 42 15
Octal 130 106 22 0 24 120 101 55 102 25
Binary 1011000 1000110 10010 0 10100 1010000 1000001 101101 1000010 10101

Color Harmonies of #584612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584612

Black with #584612

Text Example


Text Example

White with #584612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584612; }

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

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

background-color css

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

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

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

border-color css

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

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

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