Html Css Color HEX #584502 Bronze Olive

📋 copy color: '#584502'

red 88 ◦ green 69 ◦ blue 2

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

Shades of Bronze Olive #584502

Tints of Bronze Olive #584502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 43.4%

 BLUE value IS 2 (1.17% from 255) = 1.26%

R = 55.35%
G = 43.4%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#584502 (or 0x584502) is known color: Bronze Olive. HEX triplet: 58, 45 and 02. RGB value is (88,69,2). Sum of RGB (Red+Green+Blue) = 88+69+2=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 69 (27.34% from 255 or 43.40% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #584502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584502 is #A7BAFD. Grayscale: #434343. Windows color (decimal): -10992382 or 148824. OLE color: 148824.

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

Color convert

RGB 88 69 2 -
CMYK 0 0.22 0.98 0.65
HSL 46.74º 0.96% 0.18% -
HSV(B) 46.74º 0.98% 0.35% -
XYZ 6.16 6.34 0.96 -
YUV 67.04 91.29 142.95 -
System Red Green Blue C M Y K H S L
Decimal 88 69 2 0 0.22 0.98 0.65 46.74 0.96 0.18
Hex 58 45 2 0 16 62 41 2F 60 12
Octal 130 105 2 0 26 142 101 57 140 22
Binary 1011000 1000101 10 0 10110 1100010 1000001 101111 1100000 10010

Color Harmonies of #584502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584502

Black with #584502

Text Example


Text Example

White with #584502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584502; }

 p { color: rgb(88,69,2); }

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

background-color css

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

 a { background-color: rgb(88,69,2); }

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

border-color css

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

 span { border-color: rgb(88,69,2); }

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