Html Css Color HEX #B13523 Brown

📋 copy color: '#B13523'

red 177 ◦ green 53 ◦ blue 35

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

Shades of Brown #B13523

Tints of Brown #B13523

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20%

 BLUE value IS 35 (14.06% from 255) = 13.21%

R = 66.79%
G = 20%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#B13523 (or 0xB13523) is known color: Brown. HEX triplet: B1, 35 and 23. RGB value is (177,53,35). Sum of RGB (Red+Green+Blue) = 177+53+35=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B13523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13523 is #4ECADC. Grayscale: #585858. Windows color (decimal): -5163741 or 2307505. OLE color: 2307505.

HSL color Cylindrical-coordinate representation of color #B13523: hue angle of 7.61º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B13523 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 53 35 -
CMYK 0 0.70 0.80 0.31
HSL 7.61º 0.67% 0.42% -
HSV(B) 7.61º 0.8% 0.69% -
XYZ 19.71 12.01 2.87 -
YUV 88.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 177 53 35 0 0.70 0.80 0.31 7.61 0.67 0.42
Hex B1 35 23 0 46 50 1F 8 43 2A
Octal 261 65 43 0 106 120 37 10 103 52
Binary 10110001 110101 100011 0 1000110 1010000 11111 1000 1000011 101010

Color Harmonies of #B13523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13523

Black with #B13523

Text Example


Text Example

White with #B13523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13523; }

 p { color: rgb(177,53,35); }

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

background-color css

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

 a { background-color: rgb(177,53,35); }

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

border-color css

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

 span { border-color: rgb(177,53,35); }

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