Html Css Color HEX #58511B Bronze Olive

📋 copy color: '#58511B'

red 88 ◦ green 81 ◦ blue 27

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

Shades of Bronze Olive #58511B

Tints of Bronze Olive #58511B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.33%

 BLUE value IS 27 (10.94% from 255) = 13.78%

R = 44.9%
G = 41.33%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.65

RGB Variations

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

Color information

#58511B (or 0x58511B) is known color: Bronze Olive. HEX triplet: 58, 51 and 1B. RGB value is (88,81,27). Sum of RGB (Red+Green+Blue) = 88+81+27=196 (25% of max value = 765). Red value is 88 (34.77% from 255 or 44.90% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 88 - color contains mainly: red. Hex color #58511B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58511B is #A7AEE4. Grayscale: #4D4D4D. Windows color (decimal): -10989285 or 1790296. OLE color: 1790296.

HSL color Cylindrical-coordinate representation of color #58511B: hue angle of 53.11º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58511B is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 81 27 -
CMYK 0 0.08 0.69 0.65
HSL 53.11º 0.53% 0.23% -
HSV(B) 53.11º 0.69% 0.35% -
XYZ 7.16 8.04 2.21 -
YUV 76.94 99.82 135.89 -
System Red Green Blue C M Y K H S L
Decimal 88 81 27 0 0.08 0.69 0.65 53.11 0.53 0.23
Hex 58 51 1B 0 8 45 41 35 35 17
Octal 130 121 33 0 10 105 101 65 65 27
Binary 1011000 1010001 11011 0 1000 1000101 1000001 110101 110101 10111

Color Harmonies of #58511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58511B

Black with #58511B

Text Example


Text Example

White with #58511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58511B; }

 p { color: rgb(88,81,27); }

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

background-color css

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

 a { background-color: rgb(88,81,27); }

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

border-color css

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

 span { border-color: rgb(88,81,27); }

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