Html Css Color HEX #55371D Brown Bramble

📋 copy color: '#55371D'

red 85 ◦ green 55 ◦ blue 29

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

Shades of Brown Bramble #55371D

Tints of Brown Bramble #55371D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.16%

R = 50.3%
G = 32.54%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#55371D (or 0x55371D) is known color: Brown Bramble. HEX triplet: 55, 37 and 1D. RGB value is (85,55,29). Sum of RGB (Red+Green+Blue) = 85+55+29=169 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.30% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 85 - color contains mainly: red. Hex color #55371D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55371D is #AAC8E2. Grayscale: #3D3D3D. Windows color (decimal): -11192547 or 1914709. OLE color: 1914709.

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

Color convert

RGB 85 55 29 -
CMYK 0 0.35 0.66 0.67
HSL 27.86º 0.49% 0.22% -
HSV(B) 27.86º 0.66% 0.33% -
XYZ 5.33 4.75 1.8 -
YUV 61.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 85 55 29 0 0.35 0.66 0.67 27.86 0.49 0.22
Hex 55 37 1D 0 23 42 43 1C 31 16
Octal 125 67 35 0 43 102 103 34 61 26
Binary 1010101 110111 11101 0 100011 1000010 1000011 11100 110001 10110

Color Harmonies of #55371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55371D

Black with #55371D

Text Example


Text Example

White with #55371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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