Html Css Color HEX #9B3018 Burnt Umber

📋 copy color: '#9B3018'

red 155 ◦ green 48 ◦ blue 24

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

Shades of Burnt Umber #9B3018

Tints of Burnt Umber #9B3018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.57%

R = 68.28%
G = 21.15%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B3018 (or 0x9B3018) is known color: Burnt Umber. HEX triplet: 9B, 30 and 18. RGB value is (155,48,24). Sum of RGB (Red+Green+Blue) = 155+48+24=227 (30% of max value = 765). Red value is 155 (60.94% from 255 or 68.28% from 227); Green value is 48 (19.14% from 255 or 21.15% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3018 is #64CFE7. Grayscale: #4D4D4D. Windows color (decimal): -6606824 or 1585307. OLE color: 1585307.

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

Color convert

RGB 155 48 24 -
CMYK 0 0.69 0.85 0.39
HSL 10.99º 0.73% 0.35% -
HSV(B) 10.99º 0.85% 0.61% -
XYZ 14.74 9.15 1.85 -
YUV 77.26 97.95 183.45 -
System Red Green Blue C M Y K H S L
Decimal 155 48 24 0 0.69 0.85 0.39 10.99 0.73 0.35
Hex 9B 30 18 0 45 55 27 B 49 23
Octal 233 60 30 0 105 125 47 13 111 43
Binary 10011011 110000 11000 0 1000101 1010101 100111 1011 1001001 100011

Color Harmonies of #9B3018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3018

Black with #9B3018

Text Example


Text Example

White with #9B3018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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