Html Css Color HEX #9B2A1F Brown

📋 copy color: '#9B2A1F'

red 155 ◦ green 42 ◦ blue 31

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

Shades of Brown #9B2A1F

Tints of Brown #9B2A1F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.42%

 BLUE value IS 31 (12.5% from 255) = 13.6%

R = 67.98%
G = 18.42%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B2A1F (or 0x9B2A1F) is known color: Brown. HEX triplet: 9B, 2A and 1F. RGB value is (155,42,31). Sum of RGB (Red+Green+Blue) = 155+42+31=228 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.98% from 228); Green value is 42 (16.80% from 255 or 18.42% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2A1F is #64D5E0. Grayscale: #4A4A4A. Windows color (decimal): -6608353 or 2042523. OLE color: 2042523.

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

Color convert

RGB 155 42 31 -
CMYK 0 0.73 0.8 0.39
HSL 5.32º 0.67% 0.36% -
HSV(B) 5.32º 0.8% 0.61% -
XYZ 14.59 8.72 2.21 -
YUV 74.53 103.44 185.39 -
System Red Green Blue C M Y K H S L
Decimal 155 42 31 0 0.73 0.8 0.39 5.32 0.67 0.36
Hex 9B 2A 1F 0 49 50 27 5 43 24
Octal 233 52 37 0 111 120 47 5 103 44
Binary 10011011 101010 11111 0 1001001 1010000 100111 101 1000011 100100

Color Harmonies of #9B2A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2A1F

Black with #9B2A1F

Text Example


Text Example

White with #9B2A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,42,31); }

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

background-color css

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

 a { background-color: rgb(155,42,31); }

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

border-color css

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

 span { border-color: rgb(155,42,31); }

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