Html Css Color HEX #B13322 Brown

📋 copy color: '#B13322'

red 177 ◦ green 51 ◦ blue 34

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

Shades of Brown #B13322

Tints of Brown #B13322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.98%

R = 67.56%
G = 19.47%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B13322 (or 0xB13322) is known color: Brown. HEX triplet: B1, 33 and 22. RGB value is (177,51,34). Sum of RGB (Red+Green+Blue) = 177+51+34=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 51 (20.31% from 255 or 19.47% from 262); Blue value is 34 (13.67% from 255 or 12.98% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B13322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13322 is #4ECCDD. Grayscale: #565656. Windows color (decimal): -5164254 or 2241457. OLE color: 2241457.

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

Color convert

RGB 177 51 34 -
CMYK 0 0.71 0.81 0.31
HSL 7.13º 0.68% 0.41% -
HSV(B) 7.13º 0.81% 0.69% -
XYZ 19.6 11.83 2.76 -
YUV 86.74 98.24 192.38 -
System Red Green Blue C M Y K H S L
Decimal 177 51 34 0 0.71 0.81 0.31 7.13 0.68 0.41
Hex B1 33 22 0 47 51 1F 7 44 29
Octal 261 63 42 0 107 121 37 7 104 51
Binary 10110001 110011 100010 0 1000111 1010001 11111 111 1000100 101001

Color Harmonies of #B13322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13322

Black with #B13322

Text Example


Text Example

White with #B13322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13322; }

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

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

background-color css

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

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

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

border-color css

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

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

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