#55341D

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

Shades of Brown Bramble #55341D

Tints of Brown Bramble #55341D

Color information

#55341D (or 0x55341D) is unknown color: approx Brown Bramble. HEX triplet: 55, 34 and 1D. RGB value is (85,52,29). Sum of RGB (Red+Green+Blue) = 85+52+29=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #55341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55341D is #AACBE2. Grayscale: #3B3B3B. Windows color (decimal): -11193315 or 1913941. OLE color: 1913941.

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

Color convert

RGB855229-
CMYK00.390.660.67
HSL24.64º49.12%22.35%-
HSV(B)24.64º65.88%33.33%-
XYZ5.24.481.75-
YUV59.24110.93146.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.20%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 29 (11.72% from 255) = 17.47%
R=51.20%
G=31.33%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85522900.390.660.6724.6449.1222.35
Hex55341D0274243193116
Octal1256435047102103316126
Binary1010101110100111010100111100001010000111100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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