Html Css Color HEX #9B3010 Burnt Umber

📋 copy color: '#9B3010'

red 155 ◦ green 48 ◦ blue 16

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

Shades of Burnt Umber #9B3010

Tints of Burnt Umber #9B3010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.31%

R = 70.78%
G = 21.92%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B3010 (or 0x9B3010) is known color: Burnt Umber. HEX triplet: 9B, 30 and 10. RGB value is (155,48,16). Sum of RGB (Red+Green+Blue) = 155+48+16=219 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.78% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3010 is #64CFEF. Grayscale: #4C4C4C. Windows color (decimal): -6606832 or 1061019. OLE color: 1061019.

HSL color Cylindrical-coordinate representation of color #9B3010: hue angle of 13.81º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B3010 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 48 16 -
CMYK 0 0.69 0.90 0.39
HSL 13.81º 0.81% 0.34% -
HSV(B) 13.81º 0.9% 0.61% -
XYZ 14.67 9.12 1.48 -
YUV 76.35 93.95 184.1 -
System Red Green Blue C M Y K H S L
Decimal 155 48 16 0 0.69 0.90 0.39 13.81 0.81 0.34
Hex 9B 30 10 0 45 5A 27 E 51 22
Octal 233 60 20 0 105 132 47 16 121 42
Binary 10011011 110000 10000 0 1000101 1011010 100111 1110 1010001 100010

Color Harmonies of #9B3010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3010

Black with #9B3010

Text Example


Text Example

White with #9B3010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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