Html Css Color HEX #9F2323 Brown

📋 copy color: '#9F2323'

red 159 ◦ green 35 ◦ blue 35

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

Shades of Brown #9F2323

Tints of Brown #9F2323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.28%

R = 69.43%
G = 15.28%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9F2323 (or 0x9F2323) is known color: Brown. HEX triplet: 9F, 23 and 23. RGB value is (159,35,35). Sum of RGB (Red+Green+Blue) = 159+35+35=229 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.43% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2323 is #60DCDC. Grayscale: #484848. Windows color (decimal): -6347997 or 2302879. OLE color: 2302879.

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

Color convert

RGB 159 35 35 -
CMYK 0 0.78 0.78 0.38
HSL 0.64% 0.38% -
HSV(B) 0.78% 0.62% -
XYZ 15.2 8.69 2.47 -
YUV 72.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 159 35 35 0 0.78 0.78 0.38 0 0.64 0.38
Hex 9F 23 23 0 4E 4E 26 0 40 26
Octal 237 43 43 0 116 116 46 0 100 46
Binary 10011111 100011 100011 0 1001110 1001110 100110 0 1000000 100110

Color Harmonies of #9F2323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2323

Black with #9F2323

Text Example


Text Example

White with #9F2323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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