Html Css Color HEX #9B2E0A Burnt Umber

📋 copy color: '#9B2E0A'

red 155 ◦ green 46 ◦ blue 10

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

Shades of Burnt Umber #9B2E0A

Tints of Burnt Umber #9B2E0A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.8%

 BLUE value IS 10 (4.3% from 255) = 4.74%

R = 73.46%
G = 21.8%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B2E0A (or 0x9B2E0A) is known color: Burnt Umber. HEX triplet: 9B, 2E and 0A. RGB value is (155,46,10). Sum of RGB (Red+Green+Blue) = 155+46+10=211 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.46% from 211); Green value is 46 (18.36% from 255 or 21.80% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2E0A is #64D1F5. Grayscale: #4A4A4A. Windows color (decimal): -6607350 or 667291. OLE color: 667291.

HSL color Cylindrical-coordinate representation of color #9B2E0A: hue angle of 14.9º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B2E0A is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 46 10 -
CMYK 0 0.70 0.94 0.39
HSL 14.9º 0.88% 0.32% -
HSV(B) 14.9º 0.94% 0.61% -
XYZ 14.55 8.94 1.25 -
YUV 74.49 91.61 185.43 -
System Red Green Blue C M Y K H S L
Decimal 155 46 10 0 0.70 0.94 0.39 14.9 0.88 0.32
Hex 9B 2E A 0 46 5E 27 F 58 20
Octal 233 56 12 0 106 136 47 17 130 40
Binary 10011011 101110 1010 0 1000110 1011110 100111 1111 1011000 100000

Color Harmonies of #9B2E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2E0A

Black with #9B2E0A

Text Example


Text Example

White with #9B2E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,46,10); }

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

background-color css

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

 a { background-color: rgb(155,46,10); }

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

border-color css

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

 span { border-color: rgb(155,46,10); }

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