Html Css Color HEX #55391F Brown Bramble

📋 copy color: '#55391F'

red 85 ◦ green 57 ◦ blue 31

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

Shades of Brown Bramble #55391F

Tints of Brown Bramble #55391F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.95%

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

R = 49.13%
G = 32.95%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#55391F (or 0x55391F) is known color: Brown Bramble. HEX triplet: 55, 39 and 1F. RGB value is (85,57,31). Sum of RGB (Red+Green+Blue) = 85+57+31=173 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.13% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 85 - color contains mainly: red. Hex color #55391F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55391F is #AAC6E0. Grayscale: #3E3E3E. Windows color (decimal): -11192033 or 2046293. OLE color: 2046293.

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

Color convert

RGB 85 57 31 -
CMYK 0 0.33 0.64 0.67
HSL 28.89º 0.47% 0.23% -
HSV(B) 28.89º 0.64% 0.33% -
XYZ 5.46 4.96 1.97 -
YUV 62.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 85 57 31 0 0.33 0.64 0.67 28.89 0.47 0.23
Hex 55 39 1F 0 21 40 43 1D 2F 17
Octal 125 71 37 0 41 100 103 35 57 27
Binary 1010101 111001 11111 0 100001 1000000 1000011 11101 101111 10111

Color Harmonies of #55391F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55391F

Black with #55391F

Text Example


Text Example

White with #55391F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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