Html Css Color HEX #55361D Brown Bramble

📋 copy color: '#55361D'

red 85 ◦ green 54 ◦ blue 29

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

Shades of Brown Bramble #55361D

Tints of Brown Bramble #55361D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.14%

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

R = 50.6%
G = 32.14%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#55361D (or 0x55361D) is known color: Brown Bramble. HEX triplet: 55, 36 and 1D. RGB value is (85,54,29). Sum of RGB (Red+Green+Blue) = 85+54+29=168 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.60% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 85 - color contains mainly: red. Hex color #55361D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55361D is #AAC9E2. Grayscale: #3C3C3C. Windows color (decimal): -11192803 or 1914453. OLE color: 1914453.

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

Color convert

RGB 85 54 29 -
CMYK 0 0.36 0.66 0.67
HSL 26.79º 0.49% 0.22% -
HSV(B) 26.79º 0.66% 0.33% -
XYZ 5.29 4.66 1.78 -
YUV 60.42 110.27 145.53 -
System Red Green Blue C M Y K H S L
Decimal 85 54 29 0 0.36 0.66 0.67 26.79 0.49 0.22
Hex 55 36 1D 0 24 42 43 1B 31 16
Octal 125 66 35 0 44 102 103 33 61 26
Binary 1010101 110110 11101 0 100100 1000010 1000011 11011 110001 10110

Color Harmonies of #55361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55361D

Black with #55361D

Text Example


Text Example

White with #55361D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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