#65521C

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

Shades of Bronze Olive #65521C

Tints of Bronze Olive #65521C

Color information

#65521C (or 0x65521C) is unknown color: approx Bronze Olive. HEX triplet: 65, 52 and 1C. RGB value is (101,82,28). Sum of RGB (Red+Green+Blue) = 101+82+28=211 (27% of max value = 765). Red value is 101 (39.84% from 255 or 47.87% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 28 (11.33% from 255 or 13.27% from 211); Max value from RGB is 101 - color contains mainly: red. Hex color #65521C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65521C is #9AADE3. Grayscale: #515151. Windows color (decimal): -10137060 or 1856101. OLE color: 1856101.

HSL color Cylindrical-coordinate representation of color #65521C: hue angle of 44.38º 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 #65521C is Cyan = 0, Magento = 0.19, Yellow = 0.72 and Black (K on CMYK) = 0.60.

Color convert

RGB1018228-
CMYK00.190.720.60
HSL44.38º56.59%25.29%-
HSV(B)44.38º72.28%39.61%-
XYZ8.598.892.36-
YUV81.5397.79141.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.87%
GREEN value IS 82 (32.42% from 255) = 38.86%
BLUE value IS 28 (11.33% from 255) = 13.27%
R=47.87%
G=38.86%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.72
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101822800.190.720.6044.3856.5925.29
Hex65521C013483C2c3919
Octal1451223402311074547131
Binary1100101101001011100010011100100011110010110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65521C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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