#54331F

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

Shades of Brown Bramble #54331F

Tints of Brown Bramble #54331F

Color information

#54331F (or 0x54331F) is unknown color: approx Brown Bramble. HEX triplet: 54, 33 and 1F. RGB value is (84,51,31). Sum of RGB (Red+Green+Blue) = 84+51+31=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #54331F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54331F is #ABCCE0. Grayscale: #3A3A3A. Windows color (decimal): -11259105 or 2044756. OLE color: 2044756.

HSL color Cylindrical-coordinate representation of color #54331F: hue angle of 22.64º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #54331F is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB845131-
CMYK00.390.630.67
HSL22.64º46.09%22.55%-
HSV(B)22.64º63.1%32.94%-
XYZ5.094.351.87-
YUV58.59112.43146.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.60%
GREEN value IS 51 (20.31% from 255) = 30.72%
BLUE value IS 31 (12.5% from 255) = 18.67%
R=50.60%
G=30.72%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84513100.390.630.6722.6446.0922.55
Hex54331F0273F43172e17
Octal124633704777103275627
Binary101010011001111111010011111111110000111011110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54331F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54331F; }

 p { color: rgb(84,51,31); }

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

<style>
 a { background-color: #54331F; }

 a { background-color: rgb(84,51,31); }

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

<style>
 span { border-color: #54331F; }

 span { border-color: rgb(84,51,31); }

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