Html Css Color HEX #55321F Brown Bramble

📋 copy color: '#55321F'

red 85 ◦ green 50 ◦ blue 31

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

Shades of Brown Bramble #55321F

Tints of Brown Bramble #55321F

RGB

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

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

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

R = 51.2%
G = 30.12%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#55321F (or 0x55321F) is known color: Brown Bramble. HEX triplet: 55, 32 and 1F. RGB value is (85,50,31). Sum of RGB (Red+Green+Blue) = 85+50+31=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #55321F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55321F is #AACDE0. Grayscale: #3A3A3A. Windows color (decimal): -11193825 or 2044501. OLE color: 2044501.

HSL color Cylindrical-coordinate representation of color #55321F: hue angle of 21.11º 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 #55321F is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 50 31 -
CMYK 0 0.41 0.64 0.67
HSL 21.11º 0.47% 0.23% -
HSV(B) 21.11º 0.64% 0.33% -
XYZ 5.13 4.31 1.86 -
YUV 58.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 85 50 31 0 0.41 0.64 0.67 21.11 0.47 0.23
Hex 55 32 1F 0 29 40 43 15 2F 17
Octal 125 62 37 0 51 100 103 25 57 27
Binary 1010101 110010 11111 0 101001 1000000 1000011 10101 101111 10111

Color Harmonies of #55321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55321F

Black with #55321F

Text Example


Text Example

White with #55321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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