#54341E

Color #54341E Brown Bramble (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Bramble #54341E

Tints of Brown Bramble #54341E

Color information

#54341E (or 0x54341E) is unknown color: approx Brown Bramble. HEX triplet: 54, 34 and 1E. RGB value is (84,52,30). Sum of RGB (Red+Green+Blue) = 84+52+30=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #54341E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54341E is #ABCBE1. Grayscale: #3B3B3B. Windows color (decimal): -11258850 or 1979476. OLE color: 1979476.

HSL color Cylindrical-coordinate representation of color #54341E: hue angle of 24.44º 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 #54341E is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB845230-
CMYK00.380.640.67
HSL24.44º47.37%22.35%-
HSV(B)24.44º64.29%32.94%-
XYZ5.124.431.81-
YUV59.06111.6145.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.60%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 30 (12.11% from 255) = 18.07%
R=50.60%
G=31.33%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84523000.380.640.6724.4447.3722.35
Hex54341E0264043182f16
Octal1246436046100103305726
Binary1010100110100111100100110100000010000111100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,52,30); }

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

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

 a { background-color: rgb(84,52,30); }

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

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

 span { border-color: rgb(84,52,30); }

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