Html Css Color HEX #584412 Bronze Olive

📋 copy color: '#584412'

red 88 ◦ green 68 ◦ blue 18

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

Shades of Bronze Olive #584412

Tints of Bronze Olive #584412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.08%

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

R = 50.57%
G = 39.08%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#584412 (or 0x584412) is known color: Bronze Olive. HEX triplet: 58, 44 and 12. RGB value is (88,68,18). Sum of RGB (Red+Green+Blue) = 88+68+18=174 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.57% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 88 - color contains mainly: red. Hex color #584412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584412 is #A7BBED. Grayscale: #444444. Windows color (decimal): -10992622 or 1197144. OLE color: 1197144.

HSL color Cylindrical-coordinate representation of color #584412: hue angle of 42.86º 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 #584412 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 68 18 -
CMYK 0 0.23 0.80 0.65
HSL 42.86º 0.66% 0.21% -
HSV(B) 42.86º 0.8% 0.35% -
XYZ 6.2 6.25 1.45 -
YUV 68.28 99.63 142.07 -
System Red Green Blue C M Y K H S L
Decimal 88 68 18 0 0.23 0.80 0.65 42.86 0.66 0.21
Hex 58 44 12 0 17 50 41 2B 42 15
Octal 130 104 22 0 27 120 101 53 102 25
Binary 1011000 1000100 10010 0 10111 1010000 1000001 101011 1000010 10101

Color Harmonies of #584412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584412

Black with #584412

Text Example


Text Example

White with #584412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584412; }

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

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

background-color css

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

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

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

border-color css

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

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

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