#552F1A

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

Shades of Brown Bramble #552F1A

Tints of Brown Bramble #552F1A

Color information

#552F1A (or 0x552F1A) is unknown color: approx Brown Bramble. HEX triplet: 55, 2F and 1A. RGB value is (85,47,26). Sum of RGB (Red+Green+Blue) = 85+47+26=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #552F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552F1A is #AAD0E5. Grayscale: #383838. Windows color (decimal): -11194598 or 1716053. OLE color: 1716053.

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

Color convert

RGB854726-
CMYK00.450.690.67
HSL21.36º53.15%21.76%-
HSV(B)21.36º69.41%33.33%-
XYZ4.954.041.5-
YUV55.97111.09148.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.80%
GREEN value IS 47 (18.75% from 255) = 29.75%
BLUE value IS 26 (10.55% from 255) = 16.46%
R=53.80%
G=29.75%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85472600.450.690.6721.3653.1521.76
Hex552F1A02D4543153516
Octal1255732055105103256526
Binary1010101101111110100101101100010110000111010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552F1A; }

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

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

<style>
 a { background-color: #552F1A; }

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

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

<style>
 span { border-color: #552F1A; }

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

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