#53441E

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

Shades of Bronze Olive #53441E

Tints of Bronze Olive #53441E

Color information

#53441E (or 0x53441E) is unknown color: approx Bronze Olive. HEX triplet: 53, 44 and 1E. RGB value is (83,68,30). Sum of RGB (Red+Green+Blue) = 83+68+30=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 30 (12.11% from 255 or 16.57% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #53441E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53441E is #ACBBE1. Grayscale: #444444. Windows color (decimal): -11320290 or 1983571. OLE color: 1983571.

HSL color Cylindrical-coordinate representation of color #53441E: hue angle of 43.02º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53441E is Cyan = 0, Magento = 0.18, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB836830-
CMYK00.180.640.67
HSL43.02º46.9%22.16%-
HSV(B)43.02º63.86%32.55%-
XYZ5.876.072.09-
YUV68.15106.47138.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 68 (26.95% from 255) = 37.57%
BLUE value IS 30 (12.11% from 255) = 16.57%
R=45.86%
G=37.57%
B=16.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83683000.180.640.6743.0246.922.16
Hex53441E01240432b2f16
Octal12310436022100103535726
Binary10100111000100111100100101000000100001110101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53441E; }

 p { color: rgb(83,68,30); }

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

<style>
 a { background-color: #53441E; }

 a { background-color: rgb(83,68,30); }

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

<style>
 span { border-color: #53441E; }

 span { border-color: rgb(83,68,30); }

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