Html Css Color HEX #584C12 Bronze Olive

📋 copy color: '#584C12'

red 88 ◦ green 76 ◦ blue 18

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

Shades of Bronze Olive #584C12

Tints of Bronze Olive #584C12

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.76%

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

R = 48.35%
G = 41.76%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#584C12 (or 0x584C12) is known color: Bronze Olive. HEX triplet: 58, 4C and 12. RGB value is (88,76,18). Sum of RGB (Red+Green+Blue) = 88+76+18=182 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.35% from 182); Green value is 76 (30.08% from 255 or 41.76% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 88 - color contains mainly: red. Hex color #584C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584C12 is #A7B3ED. Grayscale: #494949. Windows color (decimal): -10990574 or 1199192. OLE color: 1199192.

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

Color convert

RGB 88 76 18 -
CMYK 0 0.14 0.80 0.65
HSL 49.71º 0.66% 0.21% -
HSV(B) 49.71º 0.8% 0.35% -
XYZ 6.72 7.29 1.62 -
YUV 72.98 96.98 138.72 -
System Red Green Blue C M Y K H S L
Decimal 88 76 18 0 0.14 0.80 0.65 49.71 0.66 0.21
Hex 58 4C 12 0 E 50 41 32 42 15
Octal 130 114 22 0 16 120 101 62 102 25
Binary 1011000 1001100 10010 0 1110 1010000 1000001 110010 1000010 10101

Color Harmonies of #584C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584C12

Black with #584C12

Text Example


Text Example

White with #584C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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