Html Css Color HEX #9B301C Burnt Umber

📋 copy color: '#9B301C'

red 155 ◦ green 48 ◦ blue 28

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

Shades of Burnt Umber #9B301C

Tints of Burnt Umber #9B301C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.12%

R = 67.1%
G = 20.78%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9B301C (or 0x9B301C) is known color: Burnt Umber. HEX triplet: 9B, 30 and 1C. RGB value is (155,48,28). Sum of RGB (Red+Green+Blue) = 155+48+28=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B301C is #64CFE3. Grayscale: #4D4D4D. Windows color (decimal): -6606820 or 1847451. OLE color: 1847451.

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

Color convert

RGB 155 48 28 -
CMYK 0 0.69 0.82 0.39
HSL 9.45º 0.69% 0.36% -
HSV(B) 9.45º 0.82% 0.61% -
XYZ 14.78 9.17 2.09 -
YUV 77.71 99.95 183.13 -
System Red Green Blue C M Y K H S L
Decimal 155 48 28 0 0.69 0.82 0.39 9.45 0.69 0.36
Hex 9B 30 1C 0 45 52 27 9 45 24
Octal 233 60 34 0 105 122 47 11 105 44
Binary 10011011 110000 11100 0 1000101 1010010 100111 1001 1000101 100100

Color Harmonies of #9B301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B301C

Black with #9B301C

Text Example


Text Example

White with #9B301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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