Html Css Color HEX #9B2B1E Brown

📋 copy color: '#9B2B1E'

red 155 ◦ green 43 ◦ blue 30

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

Shades of Brown #9B2B1E

Tints of Brown #9B2B1E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.86%

 BLUE value IS 30 (12.11% from 255) = 13.16%

R = 67.98%
G = 18.86%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#9B2B1E (or 0x9B2B1E) is known color: Brown. HEX triplet: 9B, 2B and 1E. RGB value is (155,43,30). Sum of RGB (Red+Green+Blue) = 155+43+30=228 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.98% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 30 (12.11% from 255 or 13.16% from 228); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2B1E is #64D4E1. Grayscale: #4B4B4B. Windows color (decimal): -6608098 or 1977243. OLE color: 1977243.

HSL color Cylindrical-coordinate representation of color #9B2B1E: hue angle of 6.24º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B2B1E is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 43 30 -
CMYK 0 0.72 0.81 0.39
HSL 6.24º 0.68% 0.36% -
HSV(B) 6.24º 0.81% 0.61% -
XYZ 14.62 8.79 2.15 -
YUV 75.01 102.61 185.06 -
System Red Green Blue C M Y K H S L
Decimal 155 43 30 0 0.72 0.81 0.39 6.24 0.68 0.36
Hex 9B 2B 1E 0 48 51 27 6 44 24
Octal 233 53 36 0 110 121 47 6 104 44
Binary 10011011 101011 11110 0 1001000 1010001 100111 110 1000100 100100

Color Harmonies of #9B2B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2B1E

Black with #9B2B1E

Text Example


Text Example

White with #9B2B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,43,30); }

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

background-color css

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

 a { background-color: rgb(155,43,30); }

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

border-color css

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

 span { border-color: rgb(155,43,30); }

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