Html Css Color HEX #9B3115 Burnt Umber

📋 copy color: '#9B3115'

red 155 ◦ green 49 ◦ blue 21

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

Shades of Burnt Umber #9B3115

Tints of Burnt Umber #9B3115

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.78%

 BLUE value IS 21 (8.59% from 255) = 9.33%

R = 68.89%
G = 21.78%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B3115 (or 0x9B3115) is known color: Burnt Umber. HEX triplet: 9B, 31 and 15. RGB value is (155,49,21). Sum of RGB (Red+Green+Blue) = 155+49+21=225 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.89% from 225); Green value is 49 (19.53% from 255 or 21.78% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3115 is #64CEEA. Grayscale: #4D4D4D. Windows color (decimal): -6606571 or 1388955. OLE color: 1388955.

HSL color Cylindrical-coordinate representation of color #9B3115: hue angle of 12.54º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B3115 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 49 21 -
CMYK 0 0.68 0.86 0.39
HSL 12.54º 0.76% 0.35% -
HSV(B) 12.54º 0.86% 0.61% -
XYZ 14.75 9.22 1.71 -
YUV 77.5 96.12 183.28 -
System Red Green Blue C M Y K H S L
Decimal 155 49 21 0 0.68 0.86 0.39 12.54 0.76 0.35
Hex 9B 31 15 0 44 56 27 D 4C 23
Octal 233 61 25 0 104 126 47 15 114 43
Binary 10011011 110001 10101 0 1000100 1010110 100111 1101 1001100 100011

Color Harmonies of #9B3115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3115

Black with #9B3115

Text Example


Text Example

White with #9B3115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,49,21); }

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

background-color css

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

 a { background-color: rgb(155,49,21); }

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

border-color css

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

 span { border-color: rgb(155,49,21); }

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