Html Css Color HEX #55311C Brown Bramble

📋 copy color: '#55311C'

red 85 ◦ green 49 ◦ blue 28

#55311C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Bramble #55311C

Tints of Brown Bramble #55311C

RGB

 RED value IS 85 (33.59% from 255) = 52.47%

 GREEN value IS 49 (19.53% from 255) = 30.25%

 BLUE value IS 28 (11.33% from 255) = 17.28%

R = 52.47%
G = 30.25%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#55311C (or 0x55311C) is known color: Brown Bramble. HEX triplet: 55, 31 and 1C. RGB value is (85,49,28). Sum of RGB (Red+Green+Blue) = 85+49+28=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 49 (19.53% from 255 or 30.25% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #55311C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55311C is #AACEE3. Grayscale: #393939. Windows color (decimal): -11194084 or 1847637. OLE color: 1847637.

HSL color Cylindrical-coordinate representation of color #55311C: hue angle of 22.11º 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 #55311C is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 49 28 -
CMYK 0 0.42 0.67 0.67
HSL 22.11º 0.5% 0.22% -
HSV(B) 22.11º 0.67% 0.33% -
XYZ 5.05 4.21 1.65 -
YUV 57.37 111.43 147.71 -
System Red Green Blue C M Y K H S L
Decimal 85 49 28 0 0.42 0.67 0.67 22.11 0.5 0.22
Hex 55 31 1C 0 2A 43 43 16 32 16
Octal 125 61 34 0 52 103 103 26 62 26
Binary 1010101 110001 11100 0 101010 1000011 1000011 10110 110010 10110

Color Harmonies of #55311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55311C

Black with #55311C

Text Example


Text Example

White with #55311C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55311C;
 }
 .AnyTagClassName
 {
   color: #55311C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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