Html Css Color HEX #9B2822 Brown

📋 copy color: '#9B2822'

red 155 ◦ green 40 ◦ blue 34

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

Shades of Brown #9B2822

Tints of Brown #9B2822

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.47%

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

R = 67.69%
G = 17.47%
B = 14.85%

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

#9B2822 (or 0x9B2822) is known color: Brown. HEX triplet: 9B, 28 and 22. RGB value is (155,40,34). Sum of RGB (Red+Green+Blue) = 155+40+34=229 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.69% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2822 is #64D7DD. Grayscale: #494949. Windows color (decimal): -6608862 or 2238619. OLE color: 2238619.

HSL color Cylindrical-coordinate representation of color #9B2822: hue angle of 2.98º 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 #9B2822 is Cyan = 0, Magento = 0.74, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 40 34 -
CMYK 0 0.74 0.78 0.39
HSL 2.98º 0.64% 0.37% -
HSV(B) 2.98º 0.78% 0.61% -
XYZ 14.57 8.6 2.41 -
YUV 73.7 105.6 185.99 -
System Red Green Blue C M Y K H S L
Decimal 155 40 34 0 0.74 0.78 0.39 2.98 0.64 0.37
Hex 9B 28 22 0 4A 4E 27 3 40 25
Octal 233 50 42 0 112 116 47 3 100 45
Binary 10011011 101000 100010 0 1001010 1001110 100111 11 1000000 100101

Color Harmonies of #9B2822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2822

Black with #9B2822

Text Example


Text Example

White with #9B2822

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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