Html Css Color HEX #9B321A Burnt Umber

📋 copy color: '#9B321A'

red 155 ◦ green 50 ◦ blue 26

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

Shades of Burnt Umber #9B321A

Tints of Burnt Umber #9B321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.65%

 BLUE value IS 26 (10.55% from 255) = 11.26%

R = 67.1%
G = 21.65%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B321A (or 0x9B321A) is known color: Burnt Umber. HEX triplet: 9B, 32 and 1A. RGB value is (155,50,26). Sum of RGB (Red+Green+Blue) = 155+50+26=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B321A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B321A is #64CDE5. Grayscale: #4E4E4E. Windows color (decimal): -6606310 or 1716891. OLE color: 1716891.

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

Color convert

RGB 155 50 26 -
CMYK 0 0.68 0.83 0.39
HSL 11.16º 0.71% 0.35% -
HSV(B) 11.16º 0.83% 0.61% -
XYZ 14.84 9.32 1.99 -
YUV 78.66 98.29 182.45 -
System Red Green Blue C M Y K H S L
Decimal 155 50 26 0 0.68 0.83 0.39 11.16 0.71 0.35
Hex 9B 32 1A 0 44 53 27 B 47 23
Octal 233 62 32 0 104 123 47 13 107 43
Binary 10011011 110010 11010 0 1000100 1010011 100111 1011 1000111 100011

Color Harmonies of #9B321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B321A

Black with #9B321A

Text Example


Text Example

White with #9B321A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,50,26); }

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

background-color css

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

 a { background-color: rgb(155,50,26); }

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

border-color css

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

 span { border-color: rgb(155,50,26); }

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