Html Css Color HEX #55301C Brown Bramble

📋 copy color: '#55301C'

red 85 ◦ green 48 ◦ blue 28

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

Shades of Brown Bramble #55301C

Tints of Brown Bramble #55301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.81%

 BLUE value IS 28 (11.33% from 255) = 17.39%

R = 52.8%
G = 29.81%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#55301C (or 0x55301C) is known color: Brown Bramble. HEX triplet: 55, 30 and 1C. RGB value is (85,48,28). Sum of RGB (Red+Green+Blue) = 85+48+28=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 28 (11.33% from 255 or 17.39% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #55301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55301C is #AACFE3. Grayscale: #383838. Windows color (decimal): -11194340 or 1847381. OLE color: 1847381.

HSL color Cylindrical-coordinate representation of color #55301C: hue angle of 21.05º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55301C is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 48 28 -
CMYK 0 0.44 0.67 0.67
HSL 21.05º 0.5% 0.22% -
HSV(B) 21.05º 0.67% 0.33% -
XYZ 5.01 4.13 1.63 -
YUV 56.78 111.76 148.13 -
System Red Green Blue C M Y K H S L
Decimal 85 48 28 0 0.44 0.67 0.67 21.05 0.5 0.22
Hex 55 30 1C 0 2C 43 43 15 32 16
Octal 125 60 34 0 54 103 103 25 62 26
Binary 1010101 110000 11100 0 101100 1000011 1000011 10101 110010 10110

Color Harmonies of #55301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55301C

Black with #55301C

Text Example


Text Example

White with #55301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55301C; }

 p { color: rgb(85,48,28); }

 H1.HeaderClassName
 {
   color: #55301C;
 }
 .AnyTagClassName
 {
   color: #55301C;
 }
</style>

background-color css

<style>
 a { background-color: #55301C; }

 a { background-color: rgb(85,48,28); }

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

border-color css

<style>
 span { border-color: #55301C; }

 span { border-color: rgb(85,48,28); }

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