Html Css Color HEX #9F331A Burnt Umber

📋 copy color: '#9F331A'

red 159 ◦ green 51 ◦ blue 26

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

Shades of Burnt Umber #9F331A

Tints of Burnt Umber #9F331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.61%

 BLUE value IS 26 (10.55% from 255) = 11.02%

R = 67.37%
G = 21.61%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#9F331A (or 0x9F331A) is known color: Burnt Umber. HEX triplet: 9F, 33 and 1A. RGB value is (159,51,26). Sum of RGB (Red+Green+Blue) = 159+51+26=236 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.37% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 159 - color contains mainly: red. Hex color #9F331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F331A is #60CCE5. Grayscale: #505050. Windows color (decimal): -6343910 or 1717151. OLE color: 1717151.

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

Color convert

RGB 159 51 26 -
CMYK 0 0.68 0.84 0.38
HSL 11.28º 0.72% 0.36% -
HSV(B) 11.28º 0.84% 0.62% -
XYZ 15.67 9.81 2.05 -
YUV 80.44 97.28 184.03 -
System Red Green Blue C M Y K H S L
Decimal 159 51 26 0 0.68 0.84 0.38 11.28 0.72 0.36
Hex 9F 33 1A 0 44 54 26 B 48 24
Octal 237 63 32 0 104 124 46 13 110 44
Binary 10011111 110011 11010 0 1000100 1010100 100110 1011 1001000 100100

Color Harmonies of #9F331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F331A

Black with #9F331A

Text Example


Text Example

White with #9F331A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,51,26); }

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

background-color css

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

 a { background-color: rgb(159,51,26); }

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

border-color css

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

 span { border-color: rgb(159,51,26); }

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