Html Css Color HEX #55311F Brown Bramble

📋 copy color: '#55311F'

red 85 ◦ green 49 ◦ blue 31

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

Shades of Brown Bramble #55311F

Tints of Brown Bramble #55311F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.79%

R = 51.52%
G = 29.7%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#55311F (or 0x55311F) is known color: Brown Bramble. HEX triplet: 55, 31 and 1F. RGB value is (85,49,31). Sum of RGB (Red+Green+Blue) = 85+49+31=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 31 (12.5% from 255 or 18.79% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55311F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55311F is #AACEE0. Grayscale: #393939. Windows color (decimal): -11194081 or 2044245. OLE color: 2044245.

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

Color convert

RGB 85 49 31 -
CMYK 0 0.42 0.64 0.67
HSL 20º 0.47% 0.23% -
HSV(B) 20º 0.64% 0.33% -
XYZ 5.09 4.23 1.84 -
YUV 57.71 112.93 147.46 -
System Red Green Blue C M Y K H S L
Decimal 85 49 31 0 0.42 0.64 0.67 20 0.47 0.23
Hex 55 31 1F 0 2A 40 43 14 2F 17
Octal 125 61 37 0 52 100 103 24 57 27
Binary 1010101 110001 11111 0 101010 1000000 1000011 10100 101111 10111

Color Harmonies of #55311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55311F

Black with #55311F

Text Example


Text Example

White with #55311F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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