#B33425

Color #B33425 Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown #B33425

Tints of Brown #B33425

Color information

#B33425 (or 0xB33425) is unknown color: approx Brown. HEX triplet: B3, 34 and 25. RGB value is (179,52,37). Sum of RGB (Red+Green+Blue) = 179+52+37=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 37 (14.84% from 255 or 13.81% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B33425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33425 is #4CCBDA. Grayscale: #585858. Windows color (decimal): -5032923 or 2438323. OLE color: 2438323.

HSL color Cylindrical-coordinate representation of color #B33425: hue angle of 6.34º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B33425 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB1795237-
CMYK00.710.790.30
HSL6.34º65.74%42.35%-
HSV(B)6.34º79.33%70.2%-
XYZ20.1512.173.04-
YUV88.2699.08192.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 66.79%
GREEN value IS 52 (20.70% from 255) = 19.40%
BLUE value IS 37 (14.84% from 255) = 13.81%
R=66.79%
G=19.40%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.79
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179523700.710.790.306.3465.7442.35
HexB334250474F1E6422a
Octal2636445010711736610252
Binary10110011110100100101010001111001111111101101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33425; }

 p { color: rgb(179,52,37); }

 H1.HeaderClassName
 {
   color: #B33425;
 }
 .AnyTagClassName
 {
   color: #B33425;
 }
</style>
background-color css

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

 a { background-color: rgb(179,52,37); }

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

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

 span { border-color: rgb(179,52,37); }

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