Html Css Color HEX #9F3323 Brown

📋 copy color: '#9F3323'

red 159 ◦ green 51 ◦ blue 35

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

Shades of Brown #9F3323

Tints of Brown #9F3323

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

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

R = 64.9%
G = 20.82%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9F3323 (or 0x9F3323) is known color: Brown. HEX triplet: 9F, 33 and 23. RGB value is (159,51,35). Sum of RGB (Red+Green+Blue) = 159+51+35=245 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.90% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3323 is #60CCDC. Grayscale: #515151. Windows color (decimal): -6343901 or 2306975. OLE color: 2306975.

HSL color Cylindrical-coordinate representation of color #9F3323: hue angle of 7.74º 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 #9F3323 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 51 35 -
CMYK 0 0.68 0.78 0.38
HSL 7.74º 0.64% 0.38% -
HSV(B) 7.74º 0.78% 0.62% -
XYZ 15.79 9.86 2.66 -
YUV 81.47 101.78 183.3 -
System Red Green Blue C M Y K H S L
Decimal 159 51 35 0 0.68 0.78 0.38 7.74 0.64 0.38
Hex 9F 33 23 0 44 4E 26 8 40 26
Octal 237 63 43 0 104 116 46 10 100 46
Binary 10011111 110011 100011 0 1000100 1001110 100110 1000 1000000 100110

Color Harmonies of #9F3323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3323

Black with #9F3323

Text Example


Text Example

White with #9F3323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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