Html Css Color HEX #55331F Brown Bramble

📋 copy color: '#55331F'

red 85 ◦ green 51 ◦ blue 31

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

Shades of Brown Bramble #55331F

Tints of Brown Bramble #55331F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.56%

R = 50.9%
G = 30.54%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#55331F (or 0x55331F) is known color: Brown Bramble. HEX triplet: 55, 33 and 1F. RGB value is (85,51,31). Sum of RGB (Red+Green+Blue) = 85+51+31=167 (22% of max value = 765). Red value is 85 (33.59% from 255 or 50.90% from 167); Green value is 51 (20.31% from 255 or 30.54% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 85 - color contains mainly: red. Hex color #55331F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55331F is #AACCE0. Grayscale: #3B3B3B. Windows color (decimal): -11193569 or 2044757. OLE color: 2044757.

HSL color Cylindrical-coordinate representation of color #55331F: hue angle of 22.22º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55331F is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 51 31 -
CMYK 0 0.40 0.64 0.67
HSL 22.22º 0.47% 0.23% -
HSV(B) 22.22º 0.64% 0.33% -
XYZ 5.18 4.4 1.87 -
YUV 58.89 112.26 146.63 -
System Red Green Blue C M Y K H S L
Decimal 85 51 31 0 0.40 0.64 0.67 22.22 0.47 0.23
Hex 55 33 1F 0 28 40 43 16 2F 17
Octal 125 63 37 0 50 100 103 26 57 27
Binary 1010101 110011 11111 0 101000 1000000 1000011 10110 101111 10111

Color Harmonies of #55331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55331F

Black with #55331F

Text Example


Text Example

White with #55331F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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