Html Css Color HEX #55371E Brown Bramble

📋 copy color: '#55371E'

red 85 ◦ green 55 ◦ blue 30

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

Shades of Brown Bramble #55371E

Tints of Brown Bramble #55371E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.65%

R = 50%
G = 32.35%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#55371E (or 0x55371E) is known color: Brown Bramble. HEX triplet: 55, 37 and 1E. RGB value is (85,55,30). Sum of RGB (Red+Green+Blue) = 85+55+30=170 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50% from 170); Green value is 55 (21.88% from 255 or 32.35% from 170); Blue value is 30 (12.11% from 255 or 17.65% from 170); Max value from RGB is 85 - color contains mainly: red. Hex color #55371E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55371E is #AAC8E1. Grayscale: #3D3D3D. Windows color (decimal): -11192546 or 1980245. OLE color: 1980245.

HSL color Cylindrical-coordinate representation of color #55371E: hue angle of 27.27º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55371E is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 55 30 -
CMYK 0 0.35 0.65 0.67
HSL 27.27º 0.48% 0.23% -
HSV(B) 27.27º 0.65% 0.33% -
XYZ 5.35 4.76 1.86 -
YUV 61.12 110.44 145.03 -
System Red Green Blue C M Y K H S L
Decimal 85 55 30 0 0.35 0.65 0.67 27.27 0.48 0.23
Hex 55 37 1E 0 23 41 43 1B 30 17
Octal 125 67 36 0 43 101 103 33 60 27
Binary 1010101 110111 11110 0 100011 1000001 1000011 11011 110000 10111

Color Harmonies of #55371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55371E

Black with #55371E

Text Example


Text Example

White with #55371E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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