Html Css Color HEX #55321E Brown Bramble

📋 copy color: '#55321E'

red 85 ◦ green 50 ◦ blue 30

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

Shades of Brown Bramble #55321E

Tints of Brown Bramble #55321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.3%

 BLUE value IS 30 (12.11% from 255) = 18.18%

R = 51.52%
G = 30.3%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#55321E (or 0x55321E) is known color: Brown Bramble. HEX triplet: 55, 32 and 1E. RGB value is (85,50,30). Sum of RGB (Red+Green+Blue) = 85+50+30=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #55321E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55321E is #AACDE1. Grayscale: #3A3A3A. Windows color (decimal): -11193826 or 1978965. OLE color: 1978965.

HSL color Cylindrical-coordinate representation of color #55321E: hue angle of 21.82º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55321E is Cyan = 0, Magento = 0.41, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 50 30 -
CMYK 0 0.41 0.65 0.67
HSL 21.82º 0.48% 0.23% -
HSV(B) 21.82º 0.65% 0.33% -
XYZ 5.12 4.31 1.79 -
YUV 58.19 112.1 147.13 -
System Red Green Blue C M Y K H S L
Decimal 85 50 30 0 0.41 0.65 0.67 21.82 0.48 0.23
Hex 55 32 1E 0 29 41 43 16 30 17
Octal 125 62 36 0 51 101 103 26 60 27
Binary 1010101 110010 11110 0 101001 1000001 1000011 10110 110000 10111

Color Harmonies of #55321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55321E

Black with #55321E

Text Example


Text Example

White with #55321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55321E; }

 p { color: rgb(85,50,30); }

 H1.HeaderClassName
 {
   color: #55321E;
 }
 .AnyTagClassName
 {
   color: #55321E;
 }
</style>

background-color css

<style>
 a { background-color: #55321E; }

 a { background-color: rgb(85,50,30); }

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

border-color css

<style>
 span { border-color: #55321E; }

 span { border-color: rgb(85,50,30); }

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