Html Css Color HEX #B23522 Brown

📋 copy color: '#B23522'

red 178 ◦ green 53 ◦ blue 34

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

Shades of Brown #B23522

Tints of Brown #B23522

RGB

 RED value IS 178 (69.92% from 255) = 67.17%

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

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

R = 67.17%
G = 20%
B = 12.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B23522 (or 0xB23522) is known color: Brown. HEX triplet: B2, 35 and 22. RGB value is (178,53,34). Sum of RGB (Red+Green+Blue) = 178+53+34=265 (35% of max value = 765). Red value is 178 (69.92% from 255 or 67.17% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 178 - color contains mainly: red. Hex color #B23522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23522 is #4DCADD. Grayscale: #585858. Windows color (decimal): -5098206 or 2241970. OLE color: 2241970.

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

Color convert

RGB 178 53 34 -
CMYK 0 0.70 0.81 0.30
HSL 7.92º 0.68% 0.42% -
HSV(B) 7.92º 0.81% 0.7% -
XYZ 19.92 12.13 2.8 -
YUV 88.21 97.41 192.04 -
System Red Green Blue C M Y K H S L
Decimal 178 53 34 0 0.70 0.81 0.30 7.92 0.68 0.42
Hex B2 35 22 0 46 51 1E 8 44 2A
Octal 262 65 42 0 106 121 36 10 104 52
Binary 10110010 110101 100010 0 1000110 1010001 11110 1000 1000100 101010

Color Harmonies of #B23522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23522

Black with #B23522

Text Example


Text Example

White with #B23522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23522; }

 p { color: rgb(178,53,34); }

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

background-color css

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

 a { background-color: rgb(178,53,34); }

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

border-color css

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

 span { border-color: rgb(178,53,34); }

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