#54381A

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

Shades of Brown Bramble #54381A

Tints of Brown Bramble #54381A

Color information

#54381A (or 0x54381A) is unknown color: approx Brown Bramble. HEX triplet: 54, 38 and 1A. RGB value is (84,56,26). Sum of RGB (Red+Green+Blue) = 84+56+26=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 26 (10.55% from 255 or 15.66% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #54381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54381A is #ABC7E5. Grayscale: #3D3D3D. Windows color (decimal): -11257830 or 1718356. OLE color: 1718356.

HSL color Cylindrical-coordinate representation of color #54381A: hue angle of 31.03º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54381A is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB845626-
CMYK00.330.690.67
HSL31.03º52.73%21.57%-
HSV(B)31.03º69.05%32.94%-
XYZ5.264.791.62-
YUV60.95108.28144.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.60%
GREEN value IS 56 (22.27% from 255) = 33.73%
BLUE value IS 26 (10.55% from 255) = 15.66%
R=50.60%
G=33.73%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84562600.330.690.6731.0352.7321.57
Hex54381A02145431f3516
Octal1247032041105103376526
Binary1010100111000110100100001100010110000111111111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54381A; }

 p { color: rgb(84,56,26); }

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

<style>
 a { background-color: #54381A; }

 a { background-color: rgb(84,56,26); }

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

<style>
 span { border-color: #54381A; }

 span { border-color: rgb(84,56,26); }

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