Html Css Color HEX #9B3515 Burnt Umber

📋 copy color: '#9B3515'

red 155 ◦ green 53 ◦ blue 21

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

Shades of Burnt Umber #9B3515

Tints of Burnt Umber #9B3515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.14%

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

R = 67.69%
G = 23.14%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B3515 (or 0x9B3515) is known color: Burnt Umber. HEX triplet: 9B, 35 and 15. RGB value is (155,53,21). Sum of RGB (Red+Green+Blue) = 155+53+21=229 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.69% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3515 is #64CAEA. Grayscale: #505050. Windows color (decimal): -6605547 or 1389979. OLE color: 1389979.

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

Color convert

RGB 155 53 21 -
CMYK 0 0.66 0.86 0.39
HSL 14.33º 0.76% 0.35% -
HSV(B) 14.33º 0.86% 0.61% -
XYZ 14.93 9.57 1.77 -
YUV 79.85 94.79 181.6 -
System Red Green Blue C M Y K H S L
Decimal 155 53 21 0 0.66 0.86 0.39 14.33 0.76 0.35
Hex 9B 35 15 0 42 56 27 E 4C 23
Octal 233 65 25 0 102 126 47 16 114 43
Binary 10011011 110101 10101 0 1000010 1010110 100111 1110 1001100 100011

Color Harmonies of #9B3515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3515

Black with #9B3515

Text Example


Text Example

White with #9B3515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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