Html Css Color HEX #584C0B Bronze Olive

📋 copy color: '#584C0B'

red 88 ◦ green 76 ◦ blue 11

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

Shades of Bronze Olive #584C0B

Tints of Bronze Olive #584C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.29%

R = 50.29%
G = 43.43%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#584C0B (or 0x584C0B) is known color: Bronze Olive. HEX triplet: 58, 4C and 0B. RGB value is (88,76,11). Sum of RGB (Red+Green+Blue) = 88+76+11=175 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50.29% from 175); Green value is 76 (30.08% from 255 or 43.43% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 88 - color contains mainly: red. Hex color #584C0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #584C0B is #A7B3F4. Grayscale: #484848. Windows color (decimal): -10990581 or 740440. OLE color: 740440.

HSL color Cylindrical-coordinate representation of color #584C0B: hue angle of 50.65º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #584C0B is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 76 11 -
CMYK 0 0.14 0.88 0.65
HSL 50.65º 0.78% 0.19% -
HSV(B) 50.65º 0.88% 0.35% -
XYZ 6.67 7.27 1.37 -
YUV 72.18 93.48 139.29 -
System Red Green Blue C M Y K H S L
Decimal 88 76 11 0 0.14 0.88 0.65 50.65 0.78 0.19
Hex 58 4C B 0 E 58 41 33 4E 13
Octal 130 114 13 0 16 130 101 63 116 23
Binary 1011000 1001100 1011 0 1110 1011000 1000001 110011 1001110 10011

Color Harmonies of #584C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584C0B

Black with #584C0B

Text Example


Text Example

White with #584C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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