#55331A

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

Shades of Brown Bramble #55331A

Tints of Brown Bramble #55331A

Color information

#55331A (or 0x55331A) is unknown color: approx Brown Bramble. HEX triplet: 55, 33 and 1A. RGB value is (85,51,26). Sum of RGB (Red+Green+Blue) = 85+51+26=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 51 (20.31% from 255 or 31.48% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #55331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55331A is #AACCE5. Grayscale: #3A3A3A. Windows color (decimal): -11193574 or 1717077. OLE color: 1717077.

HSL color Cylindrical-coordinate representation of color #55331A: hue angle of 25.42º 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 #55331A is Cyan = 0, Magento = 0.40, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB855126-
CMYK00.400.690.67
HSL25.42º53.15%21.76%-
HSV(B)25.42º69.41%33.33%-
XYZ5.124.371.55-
YUV58.32109.76147.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 51 (20.31% from 255) = 31.48%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=52.47%
G=31.48%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85512600.400.690.6725.4253.1521.76
Hex55331A0284543193516
Octal1256332050105103316526
Binary1010101110011110100101000100010110000111100111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,51,26); }

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

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

 a { background-color: rgb(85,51,26); }

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

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

 span { border-color: rgb(85,51,26); }

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