Html Css Color HEX #584514 Bronze Olive

📋 copy color: '#584514'

red 88 ◦ green 69 ◦ blue 20

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

Shades of Bronze Olive #584514

Tints of Bronze Olive #584514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.98%

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

R = 49.72%
G = 38.98%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#584514 (or 0x584514) is known color: Bronze Olive. HEX triplet: 58, 45 and 14. RGB value is (88,69,20). Sum of RGB (Red+Green+Blue) = 88+69+20=177 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.72% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 88 - color contains mainly: red. Hex color #584514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584514 is #A7BAEB. Grayscale: #454545. Windows color (decimal): -10992364 or 1328472. OLE color: 1328472.

HSL color Cylindrical-coordinate representation of color #584514: hue angle of 43.24º 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 #584514 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 69 20 -
CMYK 0 0.22 0.77 0.65
HSL 43.24º 0.63% 0.21% -
HSV(B) 43.24º 0.77% 0.35% -
XYZ 6.28 6.38 1.56 -
YUV 69.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 88 69 20 0 0.22 0.77 0.65 43.24 0.63 0.21
Hex 58 45 14 0 16 4D 41 2B 3F 15
Octal 130 105 24 0 26 115 101 53 77 25
Binary 1011000 1000101 10100 0 10110 1001101 1000001 101011 111111 10101

Color Harmonies of #584514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584514

Black with #584514

Text Example


Text Example

White with #584514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584514; }

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

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

background-color css

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

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

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

border-color css

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

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

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