Html Css Color HEX #584714 Bronze Olive

📋 copy color: '#584714'

red 88 ◦ green 71 ◦ blue 20

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

Shades of Bronze Olive #584714

Tints of Bronze Olive #584714

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.66%

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

R = 49.16%
G = 39.66%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#584714 (or 0x584714) is known color: Bronze Olive. HEX triplet: 58, 47 and 14. RGB value is (88,71,20). Sum of RGB (Red+Green+Blue) = 88+71+20=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 88 - color contains mainly: red. Hex color #584714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584714 is #A7B8EB. Grayscale: #464646. Windows color (decimal): -10991852 or 1328984. OLE color: 1328984.

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

Color convert

RGB 88 71 20 -
CMYK 0 0.19 0.77 0.65
HSL 45º 0.63% 0.21% -
HSV(B) 45º 0.77% 0.35% -
XYZ 6.4 6.63 1.6 -
YUV 70.27 99.63 140.65 -
System Red Green Blue C M Y K H S L
Decimal 88 71 20 0 0.19 0.77 0.65 45 0.63 0.21
Hex 58 47 14 0 13 4D 41 2D 3F 15
Octal 130 107 24 0 23 115 101 55 77 25
Binary 1011000 1000111 10100 0 10011 1001101 1000001 101101 111111 10101

Color Harmonies of #584714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584714

Black with #584714

Text Example


Text Example

White with #584714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584714; }

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

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

background-color css

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

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

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

border-color css

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

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

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