Html Css Color HEX #9F351B Burnt Umber

📋 copy color: '#9F351B'

red 159 ◦ green 53 ◦ blue 27

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

Shades of Burnt Umber #9F351B

Tints of Burnt Umber #9F351B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.18%

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

R = 66.53%
G = 22.18%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.38

RGB Variations

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

Color information

#9F351B (or 0x9F351B) is known color: Burnt Umber. HEX triplet: 9F, 35 and 1B. RGB value is (159,53,27). Sum of RGB (Red+Green+Blue) = 159+53+27=239 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.53% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 159 - color contains mainly: red. Hex color #9F351B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F351B is #60CAE4. Grayscale: #515151. Windows color (decimal): -6343397 or 1783199. OLE color: 1783199.

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

Color convert

RGB 159 53 27 -
CMYK 0 0.67 0.83 0.38
HSL 11.82º 0.71% 0.36% -
HSV(B) 11.82º 0.83% 0.62% -
XYZ 15.77 10 2.14 -
YUV 81.73 97.12 183.11 -
System Red Green Blue C M Y K H S L
Decimal 159 53 27 0 0.67 0.83 0.38 11.82 0.71 0.36
Hex 9F 35 1B 0 43 53 26 C 47 24
Octal 237 65 33 0 103 123 46 14 107 44
Binary 10011111 110101 11011 0 1000011 1010011 100110 1100 1000111 100100

Color Harmonies of #9F351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F351B

Black with #9F351B

Text Example


Text Example

White with #9F351B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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