#53450B

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

Shades of Bronze Olive #53450B

Tints of Bronze Olive #53450B

Color information

#53450B (or 0x53450B) is unknown color: approx Bronze Olive. HEX triplet: 53, 45 and 0B. RGB value is (83,69,11). Sum of RGB (Red+Green+Blue) = 83+69+11=163 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.92% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 83 - color contains mainly: red. Hex color #53450B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53450B is #ACBAF4. Grayscale: #424242. Windows color (decimal): -11320053 or 738643. OLE color: 738643.

HSL color Cylindrical-coordinate representation of color #53450B: hue angle of 48.33º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53450B is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB836911-
CMYK00.170.870.67
HSL48.33º76.6%18.43%-
HSV(B)48.33º86.75%32.55%-
XYZ5.766.121.19-
YUV66.5796.64139.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.92%
GREEN value IS 69 (27.34% from 255) = 42.33%
BLUE value IS 11 (4.69% from 255) = 6.75%
R=50.92%
G=42.33%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83691100.170.870.6748.3376.618.43
Hex5345B0115743304d12
Octal123105130211271036011522
Binary10100111000101101101000110101111000011110000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53450B; }

 p { color: rgb(83,69,11); }

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

<style>
 a { background-color: #53450B; }

 a { background-color: rgb(83,69,11); }

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

<style>
 span { border-color: #53450B; }

 span { border-color: rgb(83,69,11); }

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