Html Css Color HEX #9F2E1A Brown

📋 copy color: '#9F2E1A'

red 159 ◦ green 46 ◦ blue 26

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

Shades of Brown #9F2E1A

Tints of Brown #9F2E1A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.91%

 BLUE value IS 26 (10.55% from 255) = 11.26%

R = 68.83%
G = 19.91%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F2E1A (or 0x9F2E1A) is known color: Brown. HEX triplet: 9F, 2E and 1A. RGB value is (159,46,26). Sum of RGB (Red+Green+Blue) = 159+46+26=231 (30% of max value = 765). Red value is 159 (62.5% from 255 or 68.83% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2E1A is #60D1E5. Grayscale: #4D4D4D. Windows color (decimal): -6345190 or 1715871. OLE color: 1715871.

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

Color convert

RGB 159 46 26 -
CMYK 0 0.71 0.84 0.38
HSL 9.02º 0.72% 0.36% -
HSV(B) 9.02º 0.84% 0.62% -
XYZ 15.46 9.4 1.98 -
YUV 77.51 98.94 186.13 -
System Red Green Blue C M Y K H S L
Decimal 159 46 26 0 0.71 0.84 0.38 9.02 0.72 0.36
Hex 9F 2E 1A 0 47 54 26 9 48 24
Octal 237 56 32 0 107 124 46 11 110 44
Binary 10011111 101110 11010 0 1000111 1010100 100110 1001 1001000 100100

Color Harmonies of #9F2E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2E1A

Black with #9F2E1A

Text Example


Text Example

White with #9F2E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,46,26); }

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

background-color css

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

 a { background-color: rgb(159,46,26); }

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

border-color css

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

 span { border-color: rgb(159,46,26); }

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