Html Css Color HEX #9B2922 Brown

📋 copy color: '#9B2922'

red 155 ◦ green 41 ◦ blue 34

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

Shades of Brown #9B2922

Tints of Brown #9B2922

RGB

 RED value IS 155 (60.94% from 255) = 67.39%

 GREEN value IS 41 (16.41% from 255) = 17.83%

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

R = 67.39%
G = 17.83%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.39

RGB Variations

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

Color information

#9B2922 (or 0x9B2922) is known color: Brown. HEX triplet: 9B, 29 and 22. RGB value is (155,41,34). Sum of RGB (Red+Green+Blue) = 155+41+34=230 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.39% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 34 (13.67% from 255 or 14.78% from 230); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2922 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2922 is #64D6DD. Grayscale: #4A4A4A. Windows color (decimal): -6608606 or 2238875. OLE color: 2238875.

HSL color Cylindrical-coordinate representation of color #9B2922: hue angle of 3.47º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9B2922 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 41 34 -
CMYK 0 0.74 0.78 0.39
HSL 3.47º 0.64% 0.37% -
HSV(B) 3.47º 0.78% 0.61% -
XYZ 14.6 8.67 2.42 -
YUV 74.29 105.27 185.57 -
System Red Green Blue C M Y K H S L
Decimal 155 41 34 0 0.74 0.78 0.39 3.47 0.64 0.37
Hex 9B 29 22 0 4A 4E 27 3 40 25
Octal 233 51 42 0 112 116 47 3 100 45
Binary 10011011 101001 100010 0 1001010 1001110 100111 11 1000000 100101

Color Harmonies of #9B2922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2922

Black with #9B2922

Text Example


Text Example

White with #9B2922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B2922; }

 p { color: rgb(155,41,34); }

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

background-color css

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

 a { background-color: rgb(155,41,34); }

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

border-color css

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

 span { border-color: rgb(155,41,34); }

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