Html Css Color HEX #9B331A Burnt Umber

📋 copy color: '#9B331A'

red 155 ◦ green 51 ◦ blue 26

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

Shades of Burnt Umber #9B331A

Tints of Burnt Umber #9B331A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.98%

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

R = 66.81%
G = 21.98%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B331A (or 0x9B331A) is known color: Burnt Umber. HEX triplet: 9B, 33 and 1A. RGB value is (155,51,26). Sum of RGB (Red+Green+Blue) = 155+51+26=232 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.81% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 155 - color contains mainly: red. Hex color #9B331A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B331A is #64CCE5. Grayscale: #4F4F4F. Windows color (decimal): -6606054 or 1717147. OLE color: 1717147.

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

Color convert

RGB 155 51 26 -
CMYK 0 0.67 0.83 0.39
HSL 11.63º 0.71% 0.35% -
HSV(B) 11.63º 0.83% 0.61% -
XYZ 14.89 9.41 2.01 -
YUV 79.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 155 51 26 0 0.67 0.83 0.39 11.63 0.71 0.35
Hex 9B 33 1A 0 43 53 27 C 47 23
Octal 233 63 32 0 103 123 47 14 107 43
Binary 10011011 110011 11010 0 1000011 1010011 100111 1100 1000111 100011

Color Harmonies of #9B331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B331A

Black with #9B331A

Text Example


Text Example

White with #9B331A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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