Html Css Color HEX #584116 Bronze Olive

📋 copy color: '#584116'

red 88 ◦ green 65 ◦ blue 22

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

Shades of Bronze Olive #584116

Tints of Bronze Olive #584116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.14%

 BLUE value IS 22 (8.98% from 255) = 12.57%

R = 50.29%
G = 37.14%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#584116 (or 0x584116) is known color: Bronze Olive. HEX triplet: 58, 41 and 16. RGB value is (88,65,22). Sum of RGB (Red+Green+Blue) = 88+65+22=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #584116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584116 is #A7BEE9. Grayscale: #434343. Windows color (decimal): -10993386 or 1458520. OLE color: 1458520.

HSL color Cylindrical-coordinate representation of color #584116: hue angle of 39.09º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #584116 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 65 22 -
CMYK 0 0.26 0.75 0.65
HSL 39.09º 0.6% 0.22% -
HSV(B) 39.09º 0.75% 0.35% -
XYZ 6.06 5.91 1.58 -
YUV 66.98 102.62 143 -
System Red Green Blue C M Y K H S L
Decimal 88 65 22 0 0.26 0.75 0.65 39.09 0.6 0.22
Hex 58 41 16 0 1A 4B 41 27 3C 16
Octal 130 101 26 0 32 113 101 47 74 26
Binary 1011000 1000001 10110 0 11010 1001011 1000001 100111 111100 10110

Color Harmonies of #584116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584116

Black with #584116

Text Example


Text Example

White with #584116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584116; }

 p { color: rgb(88,65,22); }

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

background-color css

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

 a { background-color: rgb(88,65,22); }

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

border-color css

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

 span { border-color: rgb(88,65,22); }

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