Html Css Color HEX #55331E Brown Bramble

📋 copy color: '#55331E'

red 85 ◦ green 51 ◦ blue 30

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

Shades of Brown Bramble #55331E

Tints of Brown Bramble #55331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.72%

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

R = 51.2%
G = 30.72%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#55331E (or 0x55331E) is known color: Brown Bramble. HEX triplet: 55, 33 and 1E. RGB value is (85,51,30). Sum of RGB (Red+Green+Blue) = 85+51+30=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 30 (12.11% from 255 or 18.07% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #55331E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55331E is #AACCE1. Grayscale: #3A3A3A. Windows color (decimal): -11193570 or 1979221. OLE color: 1979221.

HSL color Cylindrical-coordinate representation of color #55331E: hue angle of 22.91º 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 #55331E is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 51 30 -
CMYK 0 0.40 0.65 0.67
HSL 22.91º 0.48% 0.23% -
HSV(B) 22.91º 0.65% 0.33% -
XYZ 5.16 4.39 1.8 -
YUV 58.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 85 51 30 0 0.40 0.65 0.67 22.91 0.48 0.23
Hex 55 33 1E 0 28 41 43 17 30 17
Octal 125 63 36 0 50 101 103 27 60 27
Binary 1010101 110011 11110 0 101000 1000001 1000011 10111 110000 10111

Color Harmonies of #55331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55331E

Black with #55331E

Text Example


Text Example

White with #55331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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