Html Css Color HEX #584414 Bronze Olive

📋 copy color: '#584414'

red 88 ◦ green 68 ◦ blue 20

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

Shades of Bronze Olive #584414

Tints of Bronze Olive #584414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.64%

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

R = 50%
G = 38.64%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#584414 (or 0x584414) is known color: Bronze Olive. HEX triplet: 58, 44 and 14. RGB value is (88,68,20). Sum of RGB (Red+Green+Blue) = 88+68+20=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 68 (26.95% from 255 or 38.64% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #584414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584414 is #A7BBEB. Grayscale: #444444. Windows color (decimal): -10992620 or 1328216. OLE color: 1328216.

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

Color convert

RGB 88 68 20 -
CMYK 0 0.23 0.77 0.65
HSL 42.35º 0.63% 0.21% -
HSV(B) 42.35º 0.77% 0.35% -
XYZ 6.22 6.26 1.54 -
YUV 68.51 100.63 141.9 -
System Red Green Blue C M Y K H S L
Decimal 88 68 20 0 0.23 0.77 0.65 42.35 0.63 0.21
Hex 58 44 14 0 17 4D 41 2A 3F 15
Octal 130 104 24 0 27 115 101 52 77 25
Binary 1011000 1000100 10100 0 10111 1001101 1000001 101010 111111 10101

Color Harmonies of #584414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584414

Black with #584414

Text Example


Text Example

White with #584414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584414; }

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

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

background-color css

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

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

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

border-color css

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

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

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