Html Css Color HEX #58440B Bronze Olive

📋 copy color: '#58440B'

red 88 ◦ green 68 ◦ blue 11

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

Shades of Bronze Olive #58440B

Tints of Bronze Olive #58440B

RGB

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

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

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

R = 52.69%
G = 40.72%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#58440B (or 0x58440B) is known color: Bronze Olive. HEX triplet: 58, 44 and 0B. RGB value is (88,68,11). Sum of RGB (Red+Green+Blue) = 88+68+11=167 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.69% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 88 - color contains mainly: red. Hex color #58440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #58440B is #A7BBF4. Grayscale: #434343. Windows color (decimal): -10992629 or 738392. OLE color: 738392.

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

Color convert

RGB 88 68 11 -
CMYK 0 0.23 0.88 0.65
HSL 44.42º 0.78% 0.19% -
HSV(B) 44.42º 0.88% 0.35% -
XYZ 6.15 6.23 1.2 -
YUV 67.48 96.13 142.63 -
System Red Green Blue C M Y K H S L
Decimal 88 68 11 0 0.23 0.88 0.65 44.42 0.78 0.19
Hex 58 44 B 0 17 58 41 2C 4E 13
Octal 130 104 13 0 27 130 101 54 116 23
Binary 1011000 1000100 1011 0 10111 1011000 1000001 101100 1001110 10011

Color Harmonies of #58440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58440B

Black with #58440B

Text Example


Text Example

White with #58440B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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