Html Css Color HEX #584215 Bronze Olive

📋 copy color: '#584215'

red 88 ◦ green 66 ◦ blue 21

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

Shades of Bronze Olive #584215

Tints of Bronze Olive #584215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 37.71%

 BLUE value IS 21 (8.59% from 255) = 12%

R = 50.29%
G = 37.71%
B = 12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.65

RGB Variations

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

Color information

#584215 (or 0x584215) is known color: Bronze Olive. HEX triplet: 58, 42 and 15. RGB value is (88,66,21). Sum of RGB (Red+Green+Blue) = 88+66+21=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #584215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584215 is #A7BDEA. Grayscale: #434343. Windows color (decimal): -10993131 or 1393240. OLE color: 1393240.

HSL color Cylindrical-coordinate representation of color #584215: hue angle of 40.3º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #584215 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 66 21 -
CMYK 0 0.25 0.76 0.65
HSL 40.3º 0.61% 0.21% -
HSV(B) 40.3º 0.76% 0.35% -
XYZ 6.11 6.03 1.55 -
YUV 67.45 101.79 142.66 -
System Red Green Blue C M Y K H S L
Decimal 88 66 21 0 0.25 0.76 0.65 40.3 0.61 0.21
Hex 58 42 15 0 19 4C 41 28 3D 15
Octal 130 102 25 0 31 114 101 50 75 25
Binary 1011000 1000010 10101 0 11001 1001100 1000001 101000 111101 10101

Color Harmonies of #584215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584215

Black with #584215

Text Example


Text Example

White with #584215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584215; }

 p { color: rgb(88,66,21); }

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

background-color css

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

 a { background-color: rgb(88,66,21); }

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

border-color css

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

 span { border-color: rgb(88,66,21); }

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