#5C481D

Color #5C481D Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #5C481D

Tints of Bronze Olive #5C481D

Color information

#5C481D (or 0x5C481D) is unknown color: approx Bronze Olive. HEX triplet: 5C, 48 and 1D. RGB value is (92,72,29). Sum of RGB (Red+Green+Blue) = 92+72+29=193 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.67% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 92 - color contains mainly: red. Hex color #5C481D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C481D is #A3B7E2. Grayscale: #494949. Windows color (decimal): -10729443 or 1919068. OLE color: 1919068.

HSL color Cylindrical-coordinate representation of color #5C481D: hue angle of 40.95º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5C481D is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB927229-
CMYK00.220.680.64
HSL40.95º52.07%23.73%-
HSV(B)40.95º68.48%36.08%-
XYZ6.9572.15-
YUV73.08103.13141.5-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 47.67%
GREEN value IS 72 (28.52% from 255) = 37.31%
BLUE value IS 29 (11.72% from 255) = 15.03%
R=47.67%
G=37.31%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92722900.220.680.6440.9552.0723.73
Hex5C481D0164440293418
Octal13411035026104100516430
Binary10111001001000111010101101000100100000010100111010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C481D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C481D; }

 p { color: rgb(92,72,29); }

 H1.HeaderClassName
 {
   color: #5C481D;
 }
 .AnyTagClassName
 {
   color: #5C481D;
 }
</style>
background-color css

<style>
 a { background-color: #5C481D; }

 a { background-color: rgb(92,72,29); }

 div.DivClassName
 {
   background-color: #5C481D;
 }
 .BgClassName
 {
   background-color: #5C481D;
 }
</style>
border-color css

<style>
 span { border-color: #5C481D; }

 span { border-color: rgb(92,72,29); }

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