Html Css Color HEX #9B3614 Burnt Umber

📋 copy color: '#9B3614'

red 155 ◦ green 54 ◦ blue 20

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

Shades of Burnt Umber #9B3614

Tints of Burnt Umber #9B3614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.58%

 BLUE value IS 20 (8.2% from 255) = 8.73%

R = 67.69%
G = 23.58%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9B3614 (or 0x9B3614) is known color: Burnt Umber. HEX triplet: 9B, 36 and 14. RGB value is (155,54,20). Sum of RGB (Red+Green+Blue) = 155+54+20=229 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.69% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 20 (8.20% from 255 or 8.73% from 229); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3614 is #64C9EB. Grayscale: #505050. Windows color (decimal): -6605292 or 1324699. OLE color: 1324699.

HSL color Cylindrical-coordinate representation of color #9B3614: hue angle of 15.11º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B3614 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 54 20 -
CMYK 0 0.65 0.87 0.39
HSL 15.11º 0.77% 0.34% -
HSV(B) 15.11º 0.87% 0.61% -
XYZ 14.96 9.66 1.74 -
YUV 80.32 93.96 181.26 -
System Red Green Blue C M Y K H S L
Decimal 155 54 20 0 0.65 0.87 0.39 15.11 0.77 0.34
Hex 9B 36 14 0 41 57 27 F 4D 22
Octal 233 66 24 0 101 127 47 17 115 42
Binary 10011011 110110 10100 0 1000001 1010111 100111 1111 1001101 100010

Color Harmonies of #9B3614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3614

Black with #9B3614

Text Example


Text Example

White with #9B3614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,54,20); }

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

background-color css

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

 a { background-color: rgb(155,54,20); }

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

border-color css

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

 span { border-color: rgb(155,54,20); }

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