Html Css Color HEX #55391D Brown Bramble

📋 copy color: '#55391D'

red 85 ◦ green 57 ◦ blue 29

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

Shades of Brown Bramble #55391D

Tints of Brown Bramble #55391D

RGB

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

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

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

R = 49.71%
G = 33.33%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#55391D (or 0x55391D) is known color: Brown Bramble. HEX triplet: 55, 39 and 1D. RGB value is (85,57,29). Sum of RGB (Red+Green+Blue) = 85+57+29=171 (22% of max value = 765). Red value is 85 (33.59% from 255 or 49.71% from 171); Green value is 57 (22.66% from 255 or 33.33% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 85 - color contains mainly: red. Hex color #55391D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55391D is #AAC6E2. Grayscale: #3E3E3E. Windows color (decimal): -11192035 or 1915221. OLE color: 1915221.

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

Color convert

RGB 85 57 29 -
CMYK 0 0.33 0.66 0.67
HSL 30º 0.49% 0.22% -
HSV(B) 30º 0.66% 0.33% -
XYZ 5.43 4.95 1.83 -
YUV 62.18 109.28 144.28 -
System Red Green Blue C M Y K H S L
Decimal 85 57 29 0 0.33 0.66 0.67 30 0.49 0.22
Hex 55 39 1D 0 21 42 43 1E 31 16
Octal 125 71 35 0 41 102 103 36 61 26
Binary 1010101 111001 11101 0 100001 1000010 1000011 11110 110001 10110

Color Harmonies of #55391D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55391D

Black with #55391D

Text Example


Text Example

White with #55391D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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