Html Css Color HEX #9B2C1A Burnt Umber

📋 copy color: '#9B2C1A'

red 155 ◦ green 44 ◦ blue 26

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

Shades of Burnt Umber #9B2C1A

Tints of Burnt Umber #9B2C1A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.56%

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

R = 68.89%
G = 19.56%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9B2C1A (or 0x9B2C1A) is known color: Burnt Umber. HEX triplet: 9B, 2C and 1A. RGB value is (155,44,26). Sum of RGB (Red+Green+Blue) = 155+44+26=225 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.89% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2C1A is #64D3E5. Grayscale: #4B4B4B. Windows color (decimal): -6607846 or 1715355. OLE color: 1715355.

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

Color convert

RGB 155 44 26 -
CMYK 0 0.72 0.83 0.39
HSL 8.37º 0.71% 0.35% -
HSV(B) 8.37º 0.83% 0.61% -
XYZ 14.6 8.84 1.91 -
YUV 75.14 100.27 184.96 -
System Red Green Blue C M Y K H S L
Decimal 155 44 26 0 0.72 0.83 0.39 8.37 0.71 0.35
Hex 9B 2C 1A 0 48 53 27 8 47 23
Octal 233 54 32 0 110 123 47 10 107 43
Binary 10011011 101100 11010 0 1001000 1010011 100111 1000 1000111 100011

Color Harmonies of #9B2C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2C1A

Black with #9B2C1A

Text Example


Text Example

White with #9B2C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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