Html Css Color HEX #584212 Bronze Olive

📋 copy color: '#584212'

red 88 ◦ green 66 ◦ blue 18

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

Shades of Bronze Olive #584212

Tints of Bronze Olive #584212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.47%

R = 51.16%
G = 38.37%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#584212 (or 0x584212) is known color: Bronze Olive. HEX triplet: 58, 42 and 12. RGB value is (88,66,18). Sum of RGB (Red+Green+Blue) = 88+66+18=172 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.16% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 18 (7.42% from 255 or 10.47% from 172); Max value from RGB is 88 - color contains mainly: red. Hex color #584212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584212 is #A7BDED. Grayscale: #434343. Windows color (decimal): -10993134 or 1196632. OLE color: 1196632.

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

Color convert

RGB 88 66 18 -
CMYK 0 0.25 0.80 0.65
HSL 41.14º 0.66% 0.21% -
HSV(B) 41.14º 0.8% 0.35% -
XYZ 6.08 6.01 1.41 -
YUV 67.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 88 66 18 0 0.25 0.80 0.65 41.14 0.66 0.21
Hex 58 42 12 0 19 50 41 29 42 15
Octal 130 102 22 0 31 120 101 51 102 25
Binary 1011000 1000010 10010 0 11001 1010000 1000001 101001 1000010 10101

Color Harmonies of #584212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584212

Black with #584212

Text Example


Text Example

White with #584212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584212; }

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

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

background-color css

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

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

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

border-color css

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

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

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