Html Css Color HEX #B13621 Brown

📋 copy color: '#B13621'

red 177 ◦ green 54 ◦ blue 33

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

Shades of Brown #B13621

Tints of Brown #B13621

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.45%

 BLUE value IS 33 (13.28% from 255) = 12.5%

R = 67.05%
G = 20.45%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B13621 (or 0xB13621) is known color: Brown. HEX triplet: B1, 36 and 21. RGB value is (177,54,33). Sum of RGB (Red+Green+Blue) = 177+54+33=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 54 (21.48% from 255 or 20.45% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B13621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13621 is #4EC9DE. Grayscale: #585858. Windows color (decimal): -5163487 or 2176689. OLE color: 2176689.

HSL color Cylindrical-coordinate representation of color #B13621: hue angle of 8.75º degrees, saturation: 0.69, 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 #B13621 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 54 33 -
CMYK 0 0.69 0.81 0.31
HSL 8.75º 0.69% 0.41% -
HSV(B) 8.75º 0.81% 0.69% -
XYZ 19.73 12.1 2.73 -
YUV 88.38 96.75 191.21 -
System Red Green Blue C M Y K H S L
Decimal 177 54 33 0 0.69 0.81 0.31 8.75 0.69 0.41
Hex B1 36 21 0 45 51 1F 9 45 29
Octal 261 66 41 0 105 121 37 11 105 51
Binary 10110001 110110 100001 0 1000101 1010001 11111 1001 1000101 101001

Color Harmonies of #B13621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13621

Black with #B13621

Text Example


Text Example

White with #B13621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13621; }

 p { color: rgb(177,54,33); }

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

background-color css

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

 a { background-color: rgb(177,54,33); }

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

border-color css

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

 span { border-color: rgb(177,54,33); }

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