Html Css Color HEX #584B10 Bronze Olive

📋 copy color: '#584B10'

red 88 ◦ green 75 ◦ blue 16

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

Shades of Bronze Olive #584B10

Tints of Bronze Olive #584B10

RGB

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

 GREEN value IS 75 (29.69% from 255) = 41.9%

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

R = 49.16%
G = 41.9%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#584B10 (or 0x584B10) is known color: Bronze Olive. HEX triplet: 58, 4B and 10. RGB value is (88,75,16). Sum of RGB (Red+Green+Blue) = 88+75+16=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 16 (6.64% from 255 or 8.94% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #584B10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584B10 is #A7B4EF. Grayscale: #484848. Windows color (decimal): -10990832 or 1067864. OLE color: 1067864.

HSL color Cylindrical-coordinate representation of color #584B10: hue angle of 49.17º 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 #584B10 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 75 16 -
CMYK 0 0.15 0.82 0.65
HSL 49.17º 0.69% 0.2% -
HSV(B) 49.17º 0.82% 0.35% -
XYZ 6.63 7.14 1.52 -
YUV 72.16 96.31 139.3 -
System Red Green Blue C M Y K H S L
Decimal 88 75 16 0 0.15 0.82 0.65 49.17 0.69 0.2
Hex 58 4B 10 0 F 52 41 31 45 14
Octal 130 113 20 0 17 122 101 61 105 24
Binary 1011000 1001011 10000 0 1111 1010010 1000001 110001 1000101 10100

Color Harmonies of #584B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584B10

Black with #584B10

Text Example


Text Example

White with #584B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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