Html Css Color HEX #B03620 Brown

📋 copy color: '#B03620'

red 176 ◦ green 54 ◦ blue 32

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

Shades of Brown #B03620

Tints of Brown #B03620

RGB

 RED value IS 176 (69.14% from 255) = 67.18%

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

 BLUE value IS 32 (12.89% from 255) = 12.21%

R = 67.18%
G = 20.61%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B03620 (or 0xB03620) is known color: Brown. HEX triplet: B0, 36 and 20. RGB value is (176,54,32). Sum of RGB (Red+Green+Blue) = 176+54+32=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B03620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03620 is #4FC9DF. Grayscale: #585858. Windows color (decimal): -5229024 or 2111152. OLE color: 2111152.

HSL color Cylindrical-coordinate representation of color #B03620: hue angle of 9.17º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B03620 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 54 32 -
CMYK 0 0.69 0.82 0.31
HSL 9.17º 0.69% 0.41% -
HSV(B) 9.17º 0.82% 0.69% -
XYZ 19.48 11.97 2.65 -
YUV 87.97 96.42 190.79 -
System Red Green Blue C M Y K H S L
Decimal 176 54 32 0 0.69 0.82 0.31 9.17 0.69 0.41
Hex B0 36 20 0 45 52 1F 9 45 29
Octal 260 66 40 0 105 122 37 11 105 51
Binary 10110000 110110 100000 0 1000101 1010010 11111 1001 1000101 101001

Color Harmonies of #B03620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03620

Black with #B03620

Text Example


Text Example

White with #B03620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03620; }

 p { color: rgb(176,54,32); }

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

background-color css

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

 a { background-color: rgb(176,54,32); }

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

border-color css

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

 span { border-color: rgb(176,54,32); }

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