Html Css Color HEX #584B0C Bronze Olive

📋 copy color: '#584B0C'

red 88 ◦ green 75 ◦ blue 12

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

Shades of Bronze Olive #584B0C

Tints of Bronze Olive #584B0C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 42.86%

 BLUE value IS 12 (5.08% from 255) = 6.86%

R = 50.29%
G = 42.86%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#584B0C (or 0x584B0C) is known color: Bronze Olive. HEX triplet: 58, 4B and 0C. RGB value is (88,75,12). Sum of RGB (Red+Green+Blue) = 88+75+12=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 75 (29.69% from 255 or 42.86% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #584B0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584B0C is #A7B4F3. Grayscale: #474747. Windows color (decimal): -10990836 or 805720. OLE color: 805720.

HSL color Cylindrical-coordinate representation of color #584B0C: hue angle of 49.74º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #584B0C is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 75 12 -
CMYK 0 0.15 0.86 0.65
HSL 49.74º 0.76% 0.2% -
HSV(B) 49.74º 0.86% 0.35% -
XYZ 6.61 7.13 1.38 -
YUV 71.71 94.31 139.62 -
System Red Green Blue C M Y K H S L
Decimal 88 75 12 0 0.15 0.86 0.65 49.74 0.76 0.2
Hex 58 4B C 0 F 56 41 32 4C 14
Octal 130 113 14 0 17 126 101 62 114 24
Binary 1011000 1001011 1100 0 1111 1010110 1000001 110010 1001100 10100

Color Harmonies of #584B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584B0C

Black with #584B0C

Text Example


Text Example

White with #584B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,75,12); }

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

background-color css

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

 a { background-color: rgb(88,75,12); }

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

border-color css

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

 span { border-color: rgb(88,75,12); }

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