Html Css Color HEX #9F231E Brown

📋 copy color: '#9F231E'

red 159 ◦ green 35 ◦ blue 30

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

Shades of Brown #9F231E

Tints of Brown #9F231E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.63%

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

R = 70.98%
G = 15.63%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F231E (or 0x9F231E) is known color: Brown. HEX triplet: 9F, 23 and 1E. RGB value is (159,35,30). Sum of RGB (Red+Green+Blue) = 159+35+30=224 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.98% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 159 - color contains mainly: red. Hex color #9F231E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F231E is #60DCE1. Grayscale: #474747. Windows color (decimal): -6348002 or 1975199. OLE color: 1975199.

HSL color Cylindrical-coordinate representation of color #9F231E: hue angle of 2.33º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F231E is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 35 30 -
CMYK 0 0.78 0.81 0.38
HSL 2.33º 0.68% 0.37% -
HSV(B) 2.33º 0.81% 0.62% -
XYZ 15.13 8.67 2.1 -
YUV 71.51 104.58 190.41 -
System Red Green Blue C M Y K H S L
Decimal 159 35 30 0 0.78 0.81 0.38 2.33 0.68 0.37
Hex 9F 23 1E 0 4E 51 26 2 44 25
Octal 237 43 36 0 116 121 46 2 104 45
Binary 10011111 100011 11110 0 1001110 1010001 100110 10 1000100 100101

Color Harmonies of #9F231E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F231E

Black with #9F231E

Text Example


Text Example

White with #9F231E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,35,30); }

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

background-color css

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

 a { background-color: rgb(159,35,30); }

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

border-color css

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

 span { border-color: rgb(159,35,30); }

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