Html Css Color HEX #55351B Brown Bramble

📋 copy color: '#55351B'

red 85 ◦ green 53 ◦ blue 27

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

Shades of Brown Bramble #55351B

Tints of Brown Bramble #55351B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.12%

 BLUE value IS 27 (10.94% from 255) = 16.36%

R = 51.52%
G = 32.12%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.67

RGB Variations

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

Color information

#55351B (or 0x55351B) is known color: Brown Bramble. HEX triplet: 55, 35 and 1B. RGB value is (85,53,27). Sum of RGB (Red+Green+Blue) = 85+53+27=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55351B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55351B is #AACAE4. Grayscale: #3B3B3B. Windows color (decimal): -11193061 or 1783125. OLE color: 1783125.

HSL color Cylindrical-coordinate representation of color #55351B: hue angle of 26.9º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55351B is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 53 27 -
CMYK 0 0.38 0.68 0.67
HSL 26.9º 0.52% 0.22% -
HSV(B) 26.9º 0.68% 0.33% -
XYZ 5.22 4.56 1.64 -
YUV 59.6 109.6 146.11 -
System Red Green Blue C M Y K H S L
Decimal 85 53 27 0 0.38 0.68 0.67 26.9 0.52 0.22
Hex 55 35 1B 0 26 44 43 1B 34 16
Octal 125 65 33 0 46 104 103 33 64 26
Binary 1010101 110101 11011 0 100110 1000100 1000011 11011 110100 10110

Color Harmonies of #55351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55351B

Black with #55351B

Text Example


Text Example

White with #55351B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55351B; }

 p { color: rgb(85,53,27); }

 H1.HeaderClassName
 {
   color: #55351B;
 }
 .AnyTagClassName
 {
   color: #55351B;
 }
</style>

background-color css

<style>
 a { background-color: #55351B; }

 a { background-color: rgb(85,53,27); }

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

border-color css

<style>
 span { border-color: #55351B; }

 span { border-color: rgb(85,53,27); }

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