Html Css Color HEX #9B2804 Burnt Umber

📋 copy color: '#9B2804'

red 155 ◦ green 40 ◦ blue 4

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

Shades of Burnt Umber #9B2804

Tints of Burnt Umber #9B2804

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.1%

 BLUE value IS 4 (1.95% from 255) = 2.01%

R = 77.89%
G = 20.1%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B2804 (or 0x9B2804) is known color: Burnt Umber. HEX triplet: 9B, 28 and 04. RGB value is (155,40,4). Sum of RGB (Red+Green+Blue) = 155+40+4=199 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.89% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2804 is #64D7FB. Grayscale: #464646. Windows color (decimal): -6608892 or 272539. OLE color: 272539.

HSL color Cylindrical-coordinate representation of color #9B2804: hue angle of 14.3º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B2804 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 40 4 -
CMYK 0 0.74 0.97 0.39
HSL 14.3º 0.95% 0.31% -
HSV(B) 14.3º 0.97% 0.61% -
XYZ 14.3 8.49 1 -
YUV 70.28 90.6 188.43 -
System Red Green Blue C M Y K H S L
Decimal 155 40 4 0 0.74 0.97 0.39 14.3 0.95 0.31
Hex 9B 28 4 0 4A 61 27 E 5F 1F
Octal 233 50 4 0 112 141 47 16 137 37
Binary 10011011 101000 100 0 1001010 1100001 100111 1110 1011111 11111

Color Harmonies of #9B2804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2804

Black with #9B2804

Text Example


Text Example

White with #9B2804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,40,4); }

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

background-color css

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

 a { background-color: rgb(155,40,4); }

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

border-color css

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

 span { border-color: rgb(155,40,4); }

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