Html Css Color HEX #55351D Brown Bramble

📋 copy color: '#55351D'

red 85 ◦ green 53 ◦ blue 29

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

Shades of Brown Bramble #55351D

Tints of Brown Bramble #55351D

RGB

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

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

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

R = 50.9%
G = 31.74%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#55351D (or 0x55351D) is known color: Brown Bramble. HEX triplet: 55, 35 and 1D. RGB value is (85,53,29). Sum of RGB (Red+Green+Blue) = 85+53+29=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 53 (21.09% from 255 or 31.74% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #55351D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55351D is #AACAE2. Grayscale: #3B3B3B. Windows color (decimal): -11193059 or 1914197. OLE color: 1914197.

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

Color convert

RGB 85 53 29 -
CMYK 0 0.38 0.66 0.67
HSL 25.71º 0.49% 0.22% -
HSV(B) 25.71º 0.66% 0.33% -
XYZ 5.24 4.57 1.77 -
YUV 59.83 110.6 145.95 -
System Red Green Blue C M Y K H S L
Decimal 85 53 29 0 0.38 0.66 0.67 25.71 0.49 0.22
Hex 55 35 1D 0 26 42 43 1A 31 16
Octal 125 65 35 0 46 102 103 32 61 26
Binary 1010101 110101 11101 0 100110 1000010 1000011 11010 110001 10110

Color Harmonies of #55351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55351D

Black with #55351D

Text Example


Text Example

White with #55351D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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