Html Css Color HEX #9B2C1C Burnt Umber

📋 copy color: '#9B2C1C'

red 155 ◦ green 44 ◦ blue 28

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

Shades of Burnt Umber #9B2C1C

Tints of Burnt Umber #9B2C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.33%

R = 68.28%
G = 19.38%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9B2C1C (or 0x9B2C1C) is known color: Burnt Umber. HEX triplet: 9B, 2C and 1C. RGB value is (155,44,28). Sum of RGB (Red+Green+Blue) = 155+44+28=227 (30% of max value = 765). Red value is 155 (60.94% from 255 or 68.28% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 28 (11.33% from 255 or 12.33% from 227); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2C1C is #64D3E3. Grayscale: #4B4B4B. Windows color (decimal): -6607844 or 1846427. OLE color: 1846427.

HSL color Cylindrical-coordinate representation of color #9B2C1C: hue angle of 7.56º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B2C1C is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 44 28 -
CMYK 0 0.72 0.82 0.39
HSL 7.56º 0.69% 0.36% -
HSV(B) 7.56º 0.82% 0.61% -
XYZ 14.63 8.85 2.04 -
YUV 75.37 101.27 184.8 -
System Red Green Blue C M Y K H S L
Decimal 155 44 28 0 0.72 0.82 0.39 7.56 0.69 0.36
Hex 9B 2C 1C 0 48 52 27 8 45 24
Octal 233 54 34 0 110 122 47 10 105 44
Binary 10011011 101100 11100 0 1001000 1010010 100111 1000 1000101 100100

Color Harmonies of #9B2C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2C1C

Black with #9B2C1C

Text Example


Text Example

White with #9B2C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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