Html Css Color HEX #584D1C Bronze Olive

📋 copy color: '#584D1C'

red 88 ◦ green 77 ◦ blue 28

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

Shades of Bronze Olive #584D1C

Tints of Bronze Olive #584D1C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.9%

 BLUE value IS 28 (11.33% from 255) = 14.51%

R = 45.6%
G = 39.9%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.65

RGB Variations

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

Color information

#584D1C (or 0x584D1C) is known color: Bronze Olive. HEX triplet: 58, 4D and 1C. RGB value is (88,77,28). Sum of RGB (Red+Green+Blue) = 88+77+28=193 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.60% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 88 - color contains mainly: red. Hex color #584D1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #584D1C is #A7B2E3. Grayscale: #4A4A4A. Windows color (decimal): -10990308 or 1854808. OLE color: 1854808.

HSL color Cylindrical-coordinate representation of color #584D1C: hue angle of 49º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #584D1C is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 77 28 -
CMYK 0 0.12 0.68 0.65
HSL 49º 0.52% 0.23% -
HSV(B) 49º 0.68% 0.35% -
XYZ 6.89 7.47 2.18 -
YUV 74.7 101.64 137.48 -
System Red Green Blue C M Y K H S L
Decimal 88 77 28 0 0.12 0.68 0.65 49 0.52 0.23
Hex 58 4D 1C 0 C 44 41 31 34 17
Octal 130 115 34 0 14 104 101 61 64 27
Binary 1011000 1001101 11100 0 1100 1000100 1000001 110001 110100 10111

Color Harmonies of #584D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584D1C

Black with #584D1C

Text Example


Text Example

White with #584D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,77,28); }

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

background-color css

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

 a { background-color: rgb(88,77,28); }

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

border-color css

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

 span { border-color: rgb(88,77,28); }

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