Html Css Color HEX #9F3413 Burnt Umber

📋 copy color: '#9F3413'

red 159 ◦ green 52 ◦ blue 19

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

Shades of Burnt Umber #9F3413

Tints of Burnt Umber #9F3413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.61%

 BLUE value IS 19 (7.81% from 255) = 8.26%

R = 69.13%
G = 22.61%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#9F3413 (or 0x9F3413) is known color: Burnt Umber. HEX triplet: 9F, 34 and 13. RGB value is (159,52,19). Sum of RGB (Red+Green+Blue) = 159+52+19=230 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.13% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3413 is #60CBEC. Grayscale: #505050. Windows color (decimal): -6343661 or 1258655. OLE color: 1258655.

HSL color Cylindrical-coordinate representation of color #9F3413: hue angle of 14.14º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9F3413 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 52 19 -
CMYK 0 0.67 0.88 0.38
HSL 14.14º 0.79% 0.35% -
HSV(B) 14.14º 0.88% 0.62% -
XYZ 15.64 9.87 1.7 -
YUV 80.23 93.45 184.18 -
System Red Green Blue C M Y K H S L
Decimal 159 52 19 0 0.67 0.88 0.38 14.14 0.79 0.35
Hex 9F 34 13 0 43 58 26 E 4F 23
Octal 237 64 23 0 103 130 46 16 117 43
Binary 10011111 110100 10011 0 1000011 1011000 100110 1110 1001111 100011

Color Harmonies of #9F3413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F3413

Black with #9F3413

Text Example


Text Example

White with #9F3413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,52,19); }

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

background-color css

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

 a { background-color: rgb(159,52,19); }

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

border-color css

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

 span { border-color: rgb(159,52,19); }

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