Html Css Color HEX #9F2F1B Brown

📋 copy color: '#9F2F1B'

red 159 ◦ green 47 ◦ blue 27

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

Shades of Brown #9F2F1B

Tints of Brown #9F2F1B

RGB

 RED value IS 159 (62.5% from 255) = 68.24%

 GREEN value IS 47 (18.75% from 255) = 20.17%

 BLUE value IS 27 (10.94% from 255) = 11.59%

R = 68.24%
G = 20.17%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9F2F1B (or 0x9F2F1B) is known color: Brown. HEX triplet: 9F, 2F and 1B. RGB value is (159,47,27). Sum of RGB (Red+Green+Blue) = 159+47+27=233 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.24% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2F1B is #60D0E4. Grayscale: #4E4E4E. Windows color (decimal): -6344933 or 1781663. OLE color: 1781663.

HSL color Cylindrical-coordinate representation of color #9F2F1B: hue angle of 9.09º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9F2F1B is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 47 27 -
CMYK 0 0.70 0.83 0.38
HSL 9.09º 0.71% 0.36% -
HSV(B) 9.09º 0.83% 0.62% -
XYZ 15.51 9.48 2.05 -
YUV 78.21 99.11 185.63 -
System Red Green Blue C M Y K H S L
Decimal 159 47 27 0 0.70 0.83 0.38 9.09 0.71 0.36
Hex 9F 2F 1B 0 46 53 26 9 47 24
Octal 237 57 33 0 106 123 46 11 107 44
Binary 10011111 101111 11011 0 1000110 1010011 100110 1001 1000111 100100

Color Harmonies of #9F2F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2F1B

Black with #9F2F1B

Text Example


Text Example

White with #9F2F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,47,27); }

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

background-color css

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

 a { background-color: rgb(159,47,27); }

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

border-color css

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

 span { border-color: rgb(159,47,27); }

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