#5C471A

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

Shades of Bronze Olive #5C471A

Tints of Bronze Olive #5C471A

Color information

#5C471A (or 0x5C471A) is unknown color: approx Bronze Olive. HEX triplet: 5C, 47 and 1A. RGB value is (92,71,26). Sum of RGB (Red+Green+Blue) = 92+71+26=189 (25% of max value = 765). Red value is 92 (36.33% from 255 or 48.68% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 92 - color contains mainly: red. Hex color #5C471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C471A is #A3B8E5. Grayscale: #484848. Windows color (decimal): -10729702 or 1722204. OLE color: 1722204.

HSL color Cylindrical-coordinate representation of color #5C471A: hue angle of 40.91º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C471A is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.64.

Color convert

RGB927126-
CMYK00.230.720.64
HSL40.91º55.93%23.14%-
HSV(B)40.91º71.74%36.08%-
XYZ6.856.861.94-
YUV72.15101.96142.16-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 48.68%
GREEN value IS 71 (28.12% from 255) = 37.57%
BLUE value IS 26 (10.55% from 255) = 13.76%
R=48.68%
G=37.57%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92712600.230.720.6440.9155.9323.14
Hex5C471A0174840293817
Octal13410732027110100517027
Binary10111001000111110100101111001000100000010100111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C471A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,71,26); }

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

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

 a { background-color: rgb(92,71,26); }

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

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

 span { border-color: rgb(92,71,26); }

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