Html Css Color HEX #9F2827 Brown

📋 copy color: '#9F2827'

red 159 ◦ green 40 ◦ blue 39

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

Shades of Brown #9F2827

Tints of Brown #9F2827

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.81%

 BLUE value IS 39 (15.63% from 255) = 16.39%

R = 66.81%
G = 16.81%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#9F2827 (or 0x9F2827) is known color: Brown. HEX triplet: 9F, 28 and 27. RGB value is (159,40,39). Sum of RGB (Red+Green+Blue) = 159+40+39=238 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.81% from 238); Green value is 40 (16.02% from 255 or 16.81% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2827 is #60D7D8. Grayscale: #4B4B4B. Windows color (decimal): -6346713 or 2566303. OLE color: 2566303.

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

Color convert

RGB 159 40 39 -
CMYK 0 0.75 0.75 0.38
HSL 0.5º 0.61% 0.39% -
HSV(B) 0.5º 0.75% 0.62% -
XYZ 15.42 9.03 2.85 -
YUV 75.47 107.42 187.58 -
System Red Green Blue C M Y K H S L
Decimal 159 40 39 0 0.75 0.75 0.38 0.5 0.61 0.39
Hex 9F 28 27 0 4B 4B 26 0 3D 27
Octal 237 50 47 0 113 113 46 0 75 47
Binary 10011111 101000 100111 0 1001011 1001011 100110 0 111101 100111

Color Harmonies of #9F2827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2827

Black with #9F2827

Text Example


Text Example

White with #9F2827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,40,39); }

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

background-color css

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

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

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

border-color css

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

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

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