Html Css Color HEX #B13329 Brown

📋 copy color: '#B13329'

red 177 ◦ green 51 ◦ blue 41

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

Shades of Brown #B13329

Tints of Brown #B13329

RGB

 RED value IS 177 (69.53% from 255) = 65.8%

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

 BLUE value IS 41 (16.41% from 255) = 15.24%

R = 65.8%
G = 18.96%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B13329 (or 0xB13329) is known color: Brown. HEX triplet: B1, 33 and 29. RGB value is (177,51,41). Sum of RGB (Red+Green+Blue) = 177+51+41=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B13329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13329 is #4ECCD6. Grayscale: #575757. Windows color (decimal): -5164247 or 2700209. OLE color: 2700209.

HSL color Cylindrical-coordinate representation of color #B13329: hue angle of 4.41º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B13329 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 51 41 -
CMYK 0 0.71 0.77 0.31
HSL 4.41º 0.62% 0.43% -
HSV(B) 4.41º 0.77% 0.69% -
XYZ 19.72 11.87 3.35 -
YUV 87.53 101.74 191.81 -
System Red Green Blue C M Y K H S L
Decimal 177 51 41 0 0.71 0.77 0.31 4.41 0.62 0.43
Hex B1 33 29 0 47 4D 1F 4 3E 2B
Octal 261 63 51 0 107 115 37 4 76 53
Binary 10110001 110011 101001 0 1000111 1001101 11111 100 111110 101011

Color Harmonies of #B13329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13329

Black with #B13329

Text Example


Text Example

White with #B13329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13329; }

 p { color: rgb(177,51,41); }

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

background-color css

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

 a { background-color: rgb(177,51,41); }

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

border-color css

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

 span { border-color: rgb(177,51,41); }

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