Html Css Color HEX #9B301F Burnt Umber

📋 copy color: '#9B301F'

red 155 ◦ green 48 ◦ blue 31

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

Shades of Burnt Umber #9B301F

Tints of Burnt Umber #9B301F

RGB

 RED value IS 155 (60.94% from 255) = 66.24%

 GREEN value IS 48 (19.14% from 255) = 20.51%

 BLUE value IS 31 (12.5% from 255) = 13.25%

R = 66.24%
G = 20.51%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B301F (or 0x9B301F) is known color: Burnt Umber. HEX triplet: 9B, 30 and 1F. RGB value is (155,48,31). Sum of RGB (Red+Green+Blue) = 155+48+31=234 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.24% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 155 - color contains mainly: red. Hex color #9B301F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B301F is #64CFE0. Grayscale: #4E4E4E. Windows color (decimal): -6606817 or 2044059. OLE color: 2044059.

HSL color Cylindrical-coordinate representation of color #9B301F: hue angle of 8.23º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B301F is Cyan = 0, Magento = 0.69, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 48 31 -
CMYK 0 0.69 0.8 0.39
HSL 8.23º 0.67% 0.36% -
HSV(B) 8.23º 0.8% 0.61% -
XYZ 14.82 9.18 2.29 -
YUV 78.06 101.45 182.88 -
System Red Green Blue C M Y K H S L
Decimal 155 48 31 0 0.69 0.8 0.39 8.23 0.67 0.36
Hex 9B 30 1F 0 45 50 27 8 43 24
Octal 233 60 37 0 105 120 47 10 103 44
Binary 10011011 110000 11111 0 1000101 1010000 100111 1000 1000011 100100

Color Harmonies of #9B301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B301F

Black with #9B301F

Text Example


Text Example

White with #9B301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,48,31); }

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

background-color css

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

 a { background-color: rgb(155,48,31); }

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

border-color css

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

 span { border-color: rgb(155,48,31); }

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