#55341C

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

Shades of Brown Bramble #55341C

Tints of Brown Bramble #55341C

Color information

#55341C (or 0x55341C) is unknown color: approx Brown Bramble. HEX triplet: 55, 34 and 1C. RGB value is (85,52,28). Sum of RGB (Red+Green+Blue) = 85+52+28=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 28 (11.33% from 255 or 16.97% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55341C is #AACBE3. Grayscale: #3B3B3B. Windows color (decimal): -11193316 or 1848405. OLE color: 1848405.

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

Color convert

RGB855228-
CMYK00.390.670.67
HSL25.26º50.44%22.16%-
HSV(B)25.26º67.06%33.33%-
XYZ5.184.471.69-
YUV59.13110.43146.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.52%
GREEN value IS 52 (20.70% from 255) = 31.52%
BLUE value IS 28 (11.33% from 255) = 16.97%
R=51.52%
G=31.52%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85522800.390.670.6725.2650.4422.16
Hex55341C0274343193216
Octal1256434047103103316226
Binary1010101110100111000100111100001110000111100111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55341C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55341C; }

 p { color: rgb(85,52,28); }

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

<style>
 a { background-color: #55341C; }

 a { background-color: rgb(85,52,28); }

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

<style>
 span { border-color: #55341C; }

 span { border-color: rgb(85,52,28); }

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