Html Css Color HEX #584610 Bronze Olive

📋 copy color: '#584610'

red 88 ◦ green 70 ◦ blue 16

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

Shades of Bronze Olive #584610

Tints of Bronze Olive #584610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.2%

R = 50.57%
G = 40.23%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#584610 (or 0x584610) is known color: Bronze Olive. HEX triplet: 58, 46 and 10. RGB value is (88,70,16). Sum of RGB (Red+Green+Blue) = 88+70+16=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #584610 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584610 is #A7B9EF. Grayscale: #454545. Windows color (decimal): -10992112 or 1066584. OLE color: 1066584.

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

Color convert

RGB 88 70 16 -
CMYK 0 0.20 0.82 0.65
HSL 45º 0.69% 0.2% -
HSV(B) 45º 0.82% 0.35% -
XYZ 6.31 6.49 1.41 -
YUV 69.23 97.96 141.39 -
System Red Green Blue C M Y K H S L
Decimal 88 70 16 0 0.20 0.82 0.65 45 0.69 0.2
Hex 58 46 10 0 14 52 41 2D 45 14
Octal 130 106 20 0 24 122 101 55 105 24
Binary 1011000 1000110 10000 0 10100 1010010 1000001 101101 1000101 10100

Color Harmonies of #584610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584610

Black with #584610

Text Example


Text Example

White with #584610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584610; }

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

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

background-color css

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

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

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

border-color css

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

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

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