#55341F

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

Shades of Brown Bramble #55341F

Tints of Brown Bramble #55341F

Color information

#55341F (or 0x55341F) is unknown color: approx Brown Bramble. HEX triplet: 55, 34 and 1F. RGB value is (85,52,31). Sum of RGB (Red+Green+Blue) = 85+52+31=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 31 (12.5% from 255 or 18.45% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #55341F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55341F is #AACBE0. Grayscale: #3B3B3B. Windows color (decimal): -11193313 or 2045013. OLE color: 2045013.

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

Color convert

RGB855231-
CMYK00.390.640.67
HSL23.33º46.55%22.75%-
HSV(B)23.33º63.53%33.33%-
XYZ5.224.491.89-
YUV59.47111.93146.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 50.60%
GREEN value IS 52 (20.70% from 255) = 30.95%
BLUE value IS 31 (12.5% from 255) = 18.45%
R=50.60%
G=30.95%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85523100.390.640.6723.3346.5522.75
Hex55341F0274043172f17
Octal1256437047100103275727
Binary1010101110100111110100111100000010000111011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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