Html Css Color HEX #9B2D20 Brown

📋 copy color: '#9B2D20'

red 155 ◦ green 45 ◦ blue 32

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

Shades of Brown #9B2D20

Tints of Brown #9B2D20

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.4%

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

R = 66.81%
G = 19.4%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9B2D20 (or 0x9B2D20) is known color: Brown. HEX triplet: 9B, 2D and 20. RGB value is (155,45,32). Sum of RGB (Red+Green+Blue) = 155+45+32=232 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.81% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2D20 is #64D2DF. Grayscale: #4C4C4C. Windows color (decimal): -6607584 or 2108827. OLE color: 2108827.

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

Color convert

RGB 155 45 32 -
CMYK 0 0.71 0.79 0.39
HSL 6.34º 0.66% 0.37% -
HSV(B) 6.34º 0.79% 0.61% -
XYZ 14.72 8.95 2.32 -
YUV 76.41 102.94 184.06 -
System Red Green Blue C M Y K H S L
Decimal 155 45 32 0 0.71 0.79 0.39 6.34 0.66 0.37
Hex 9B 2D 20 0 47 4F 27 6 42 25
Octal 233 55 40 0 107 117 47 6 102 45
Binary 10011011 101101 100000 0 1000111 1001111 100111 110 1000010 100101

Color Harmonies of #9B2D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2D20

Black with #9B2D20

Text Example


Text Example

White with #9B2D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,45,32); }

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

background-color css

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

 a { background-color: rgb(155,45,32); }

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

border-color css

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

 span { border-color: rgb(155,45,32); }

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