Html Css Color HEX #9F3226 Brown

📋 copy color: '#9F3226'

red 159 ◦ green 50 ◦ blue 38

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

Shades of Brown #9F3226

Tints of Brown #9F3226

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.24%

 BLUE value IS 38 (15.23% from 255) = 15.38%

R = 64.37%
G = 20.24%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9F3226 (or 0x9F3226) is known color: Brown. HEX triplet: 9F, 32 and 26. RGB value is (159,50,38). Sum of RGB (Red+Green+Blue) = 159+50+38=247 (32% of max value = 765). Red value is 159 (62.5% from 255 or 64.37% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F3226 is #60CDD9. Grayscale: #515151. Windows color (decimal): -6344154 or 2503327. OLE color: 2503327.

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

Color convert

RGB 159 50 38 -
CMYK 0 0.69 0.76 0.38
HSL 5.95º 0.61% 0.39% -
HSV(B) 5.95º 0.76% 0.62% -
XYZ 15.79 9.79 2.89 -
YUV 81.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 159 50 38 0 0.69 0.76 0.38 5.95 0.61 0.39
Hex 9F 32 26 0 45 4C 26 6 3D 27
Octal 237 62 46 0 105 114 46 6 75 47
Binary 10011111 110010 100110 0 1000101 1001100 100110 110 111101 100111

Color Harmonies of #9F3226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3226

Black with #9F3226

Text Example


Text Example

White with #9F3226

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,50,38); }

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

background-color css

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

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

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

border-color css

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

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

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