Html Css Color HEX #9B3215 Burnt Umber

📋 copy color: '#9B3215'

red 155 ◦ green 50 ◦ blue 21

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

Shades of Burnt Umber #9B3215

Tints of Burnt Umber #9B3215

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.12%

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

R = 68.58%
G = 22.12%
B = 9.29%

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

#9B3215 (or 0x9B3215) is known color: Burnt Umber. HEX triplet: 9B, 32 and 15. RGB value is (155,50,21). Sum of RGB (Red+Green+Blue) = 155+50+21=226 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.58% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3215 is #64CDEA. Grayscale: #4E4E4E. Windows color (decimal): -6606315 or 1389211. OLE color: 1389211.

HSL color Cylindrical-coordinate representation of color #9B3215: hue angle of 12.99º 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 #9B3215 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 50 21 -
CMYK 0 0.68 0.86 0.39
HSL 12.99º 0.76% 0.35% -
HSV(B) 12.99º 0.86% 0.61% -
XYZ 14.79 9.3 1.73 -
YUV 78.09 95.79 182.86 -
System Red Green Blue C M Y K H S L
Decimal 155 50 21 0 0.68 0.86 0.39 12.99 0.76 0.35
Hex 9B 32 15 0 44 56 27 D 4C 23
Octal 233 62 25 0 104 126 47 15 114 43
Binary 10011011 110010 10101 0 1000100 1010110 100111 1101 1001100 100011

Color Harmonies of #9B3215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3215

Black with #9B3215

Text Example


Text Example

White with #9B3215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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