Html Css Color HEX #9F251B Brown

📋 copy color: '#9F251B'

red 159 ◦ green 37 ◦ blue 27

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

Shades of Brown #9F251B

Tints of Brown #9F251B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.59%

 BLUE value IS 27 (10.94% from 255) = 12.11%

R = 71.3%
G = 16.59%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9F251B (or 0x9F251B) is known color: Brown. HEX triplet: 9F, 25 and 1B. RGB value is (159,37,27). Sum of RGB (Red+Green+Blue) = 159+37+27=223 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.30% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 159 - color contains mainly: red. Hex color #9F251B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F251B is #60DAE4. Grayscale: #484848. Windows color (decimal): -6347493 or 1779103. OLE color: 1779103.

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

Color convert

RGB 159 37 27 -
CMYK 0 0.77 0.83 0.38
HSL 4.55º 0.71% 0.36% -
HSV(B) 4.55º 0.83% 0.62% -
XYZ 15.16 8.77 1.93 -
YUV 72.34 102.42 189.81 -
System Red Green Blue C M Y K H S L
Decimal 159 37 27 0 0.77 0.83 0.38 4.55 0.71 0.36
Hex 9F 25 1B 0 4D 53 26 5 47 24
Octal 237 45 33 0 115 123 46 5 107 44
Binary 10011111 100101 11011 0 1001101 1010011 100110 101 1000111 100100

Color Harmonies of #9F251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F251B

Black with #9F251B

Text Example


Text Example

White with #9F251B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,37,27); }

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

background-color css

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

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

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

border-color css

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

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

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