Html Css Color HEX #58441E Bronze Olive

📋 copy color: '#58441E'

red 88 ◦ green 68 ◦ blue 30

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

Shades of Bronze Olive #58441E

Tints of Bronze Olive #58441E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.13%

R = 47.31%
G = 36.56%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#58441E (or 0x58441E) is known color: Bronze Olive. HEX triplet: 58, 44 and 1E. RGB value is (88,68,30). Sum of RGB (Red+Green+Blue) = 88+68+30=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #58441E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58441E is #A7BBE1. Grayscale: #454545. Windows color (decimal): -10992610 or 1983576. OLE color: 1983576.

HSL color Cylindrical-coordinate representation of color #58441E: hue angle of 39.31º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58441E is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 68 30 -
CMYK 0 0.23 0.66 0.65
HSL 39.31º 0.49% 0.23% -
HSV(B) 39.31º 0.66% 0.35% -
XYZ 6.33 6.3 2.11 -
YUV 69.65 105.63 141.09 -
System Red Green Blue C M Y K H S L
Decimal 88 68 30 0 0.23 0.66 0.65 39.31 0.49 0.23
Hex 58 44 1E 0 17 42 41 27 31 17
Octal 130 104 36 0 27 102 101 47 61 27
Binary 1011000 1000100 11110 0 10111 1000010 1000001 100111 110001 10111

Color Harmonies of #58441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58441E

Black with #58441E

Text Example


Text Example

White with #58441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58441E; }

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

 H1.HeaderClassName
 {
   color: #58441E;
 }
 .AnyTagClassName
 {
   color: #58441E;
 }
</style>

background-color css

<style>
 a { background-color: #58441E; }

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

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

border-color css

<style>
 span { border-color: #58441E; }

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

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