Html Css Color HEX #55371F Brown Bramble

📋 copy color: '#55371F'

red 85 ◦ green 55 ◦ blue 31

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

Shades of Brown Bramble #55371F

Tints of Brown Bramble #55371F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.16%

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

R = 49.71%
G = 32.16%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#55371F (or 0x55371F) is known color: Brown Bramble. HEX triplet: 55, 37 and 1F. RGB value is (85,55,31). Sum of RGB (Red+Green+Blue) = 85+55+31=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #55371F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55371F is #AAC8E0. Grayscale: #3D3D3D. Windows color (decimal): -11192545 or 2045781. OLE color: 2045781.

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

Color convert

RGB 85 55 31 -
CMYK 0 0.35 0.64 0.67
HSL 26.67º 0.47% 0.23% -
HSV(B) 26.67º 0.64% 0.33% -
XYZ 5.36 4.76 1.93 -
YUV 61.23 110.94 144.95 -
System Red Green Blue C M Y K H S L
Decimal 85 55 31 0 0.35 0.64 0.67 26.67 0.47 0.23
Hex 55 37 1F 0 23 40 43 1B 2F 17
Octal 125 67 37 0 43 100 103 33 57 27
Binary 1010101 110111 11111 0 100011 1000000 1000011 11011 101111 10111

Color Harmonies of #55371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55371F

Black with #55371F

Text Example


Text Example

White with #55371F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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