#65541C

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

Shades of Bronze Olive #65541C

Tints of Bronze Olive #65541C

Color information

#65541C (or 0x65541C) is unknown color: approx Bronze Olive. HEX triplet: 65, 54 and 1C. RGB value is (101,84,28). Sum of RGB (Red+Green+Blue) = 101+84+28=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #65541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65541C is #9AABE3. Grayscale: #525252. Windows color (decimal): -10136548 or 1856613. OLE color: 1856613.

HSL color Cylindrical-coordinate representation of color #65541C: hue angle of 46.03º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #65541C is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB1018428-
CMYK00.170.720.60
HSL46.03º56.59%25.29%-
HSV(B)46.03º72.28%39.61%-
XYZ8.759.192.41-
YUV82.797.13141.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.42%
GREEN value IS 84 (33.20% from 255) = 39.44%
BLUE value IS 28 (11.33% from 255) = 13.15%
R=47.42%
G=39.44%
B=13.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101842800.170.720.6046.0356.5925.29
Hex65541C011483C2e3919
Octal1451243402111074567131
Binary1100101101010011100010001100100011110010111011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65541C; }

 p { color: rgb(101,84,28); }

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

<style>
 a { background-color: #65541C; }

 a { background-color: rgb(101,84,28); }

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

<style>
 span { border-color: #65541C; }

 span { border-color: rgb(101,84,28); }

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