Html Css Color HEX #B33227 Brown

📋 copy color: '#B33227'

red 179 ◦ green 50 ◦ blue 39

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

Shades of Brown #B33227

Tints of Brown #B33227

RGB

 RED value IS 179 (70.31% from 255) = 66.79%

 GREEN value IS 50 (19.92% from 255) = 18.66%

 BLUE value IS 39 (15.63% from 255) = 14.55%

R = 66.79%
G = 18.66%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B33227 (or 0xB33227) is known color: Brown. HEX triplet: B3, 32 and 27. RGB value is (179,50,39). Sum of RGB (Red+Green+Blue) = 179+50+39=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B33227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33227 is #4CCDD8. Grayscale: #575757. Windows color (decimal): -5033433 or 2568883. OLE color: 2568883.

HSL color Cylindrical-coordinate representation of color #B33227: hue angle of 4.71º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B33227 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 50 39 -
CMYK 0 0.72 0.78 0.30
HSL 4.71º 0.64% 0.43% -
HSV(B) 4.71º 0.78% 0.7% -
XYZ 20.1 12.01 3.18 -
YUV 87.32 100.74 193.39 -
System Red Green Blue C M Y K H S L
Decimal 179 50 39 0 0.72 0.78 0.30 4.71 0.64 0.43
Hex B3 32 27 0 48 4E 1E 5 40 2B
Octal 263 62 47 0 110 116 36 5 100 53
Binary 10110011 110010 100111 0 1001000 1001110 11110 101 1000000 101011

Color Harmonies of #B33227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33227

Black with #B33227

Text Example


Text Example

White with #B33227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33227; }

 p { color: rgb(179,50,39); }

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

background-color css

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

 a { background-color: rgb(179,50,39); }

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

border-color css

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

 span { border-color: rgb(179,50,39); }

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