Html Css Color HEX #584601 Bronze Olive

📋 copy color: '#584601'

red 88 ◦ green 70 ◦ blue 1

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

Shades of Bronze Olive #584601

Tints of Bronze Olive #584601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 44.03%

 BLUE value IS 1 (0.78% from 255) = 0.63%

R = 55.35%
G = 44.03%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#584601 (or 0x584601) is known color: Bronze Olive. HEX triplet: 58, 46 and 01. RGB value is (88,70,1). Sum of RGB (Red+Green+Blue) = 88+70+1=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 1 (0.78% from 255 or 0.63% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #584601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584601 is #A7B9FE. Grayscale: #434343. Windows color (decimal): -10992127 or 83544. OLE color: 83544.

HSL color Cylindrical-coordinate representation of color #584601: hue angle of 47.59º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #584601 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 70 1 -
CMYK 0 0.20 0.99 0.65
HSL 47.59º 0.98% 0.17% -
HSV(B) 47.59º 0.99% 0.35% -
XYZ 6.22 6.46 0.95 -
YUV 67.52 90.46 142.61 -
System Red Green Blue C M Y K H S L
Decimal 88 70 1 0 0.20 0.99 0.65 47.59 0.98 0.17
Hex 58 46 1 0 14 63 41 30 62 11
Octal 130 106 1 0 24 143 101 60 142 21
Binary 1011000 1000110 1 0 10100 1100011 1000001 110000 1100010 10001

Color Harmonies of #584601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584601

Black with #584601

Text Example


Text Example

White with #584601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584601; }

 p { color: rgb(88,70,1); }

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

background-color css

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

 a { background-color: rgb(88,70,1); }

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

border-color css

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

 span { border-color: rgb(88,70,1); }

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