Html Css Color HEX #584C16 Bronze Olive

📋 copy color: '#584C16'

red 88 ◦ green 76 ◦ blue 22

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

Shades of Bronze Olive #584C16

Tints of Bronze Olive #584C16

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.86%

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

R = 47.31%
G = 40.86%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.75

 K value IS 0.65

RGB Variations

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

Color information

#584C16 (or 0x584C16) is known color: Bronze Olive. HEX triplet: 58, 4C and 16. RGB value is (88,76,22). Sum of RGB (Red+Green+Blue) = 88+76+22=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 22 (8.98% from 255 or 11.83% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #584C16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584C16 is #A7B3E9. Grayscale: #494949. Windows color (decimal): -10990570 or 1461336. OLE color: 1461336.

HSL color Cylindrical-coordinate representation of color #584C16: hue angle of 49.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 #584C16 is Cyan = 0, Magento = 0.14, Yellow = 0.75 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 76 22 -
CMYK 0 0.14 0.75 0.65
HSL 49.09º 0.6% 0.22% -
HSV(B) 49.09º 0.75% 0.35% -
XYZ 6.75 7.3 1.81 -
YUV 73.43 98.98 138.39 -
System Red Green Blue C M Y K H S L
Decimal 88 76 22 0 0.14 0.75 0.65 49.09 0.6 0.22
Hex 58 4C 16 0 E 4B 41 31 3C 16
Octal 130 114 26 0 16 113 101 61 74 26
Binary 1011000 1001100 10110 0 1110 1001011 1000001 110001 111100 10110

Color Harmonies of #584C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584C16

Black with #584C16

Text Example


Text Example

White with #584C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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