Html Css Color HEX #584210 Bronze Olive

📋 copy color: '#584210'

red 88 ◦ green 66 ◦ blue 16

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

Shades of Bronze Olive #584210

Tints of Bronze Olive #584210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.41%

R = 51.76%
G = 38.82%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#584210 (or 0x584210) is known color: Bronze Olive. HEX triplet: 58, 42 and 10. RGB value is (88,66,16). Sum of RGB (Red+Green+Blue) = 88+66+16=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 16 (6.64% from 255 or 9.41% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #584210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584210 is #A7BDEF. Grayscale: #434343. Windows color (decimal): -10993136 or 1065560. OLE color: 1065560.

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

Color convert

RGB 88 66 16 -
CMYK 0 0.25 0.82 0.65
HSL 41.67º 0.69% 0.2% -
HSV(B) 41.67º 0.82% 0.35% -
XYZ 6.07 6.01 1.33 -
YUV 66.88 99.29 143.07 -
System Red Green Blue C M Y K H S L
Decimal 88 66 16 0 0.25 0.82 0.65 41.67 0.69 0.2
Hex 58 42 10 0 19 52 41 2A 45 14
Octal 130 102 20 0 31 122 101 52 105 24
Binary 1011000 1000010 10000 0 11001 1010010 1000001 101010 1000101 10100

Color Harmonies of #584210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584210

Black with #584210

Text Example


Text Example

White with #584210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584210; }

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

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

background-color css

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

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

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

border-color css

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

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

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