Html Css Color HEX #94280B Burnt Umber

📋 copy color: '#94280B'

red 148 ◦ green 40 ◦ blue 11

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

Shades of Burnt Umber #94280B

Tints of Burnt Umber #94280B

RGB

 RED value IS 148 (58.2% from 255) = 74.37%

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

 BLUE value IS 11 (4.69% from 255) = 5.53%

R = 74.37%
G = 20.1%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#94280B (or 0x94280B) is known color: Burnt Umber. HEX triplet: 94, 28 and 0B. RGB value is (148,40,11). Sum of RGB (Red+Green+Blue) = 148+40+11=199 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.37% from 199); Green value is 40 (16.02% from 255 or 20.10% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 148 - color contains mainly: red. Hex color #94280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94280B is #6BD7F4. Grayscale: #454545. Windows color (decimal): -7067637 or 731284. OLE color: 731284.

HSL color Cylindrical-coordinate representation of color #94280B: hue angle of 12.7º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94280B is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 40 11 -
CMYK 0 0.73 0.93 0.42
HSL 12.7º 0.86% 0.31% -
HSV(B) 12.7º 0.93% 0.58% -
XYZ 13.03 7.84 1.14 -
YUV 68.99 95.28 184.36 -
System Red Green Blue C M Y K H S L
Decimal 148 40 11 0 0.73 0.93 0.42 12.7 0.86 0.31
Hex 94 28 B 0 49 5D 2A D 56 1F
Octal 224 50 13 0 111 135 52 15 126 37
Binary 10010100 101000 1011 0 1001001 1011101 101010 1101 1010110 11111

Color Harmonies of #94280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94280B

Black with #94280B

Text Example


Text Example

White with #94280B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94280B; }

 p { color: rgb(148,40,11); }

 H1.HeaderClassName
 {
   color: #94280B;
 }
 .AnyTagClassName
 {
   color: #94280B;
 }
</style>

background-color css

<style>
 a { background-color: #94280B; }

 a { background-color: rgb(148,40,11); }

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

border-color css

<style>
 span { border-color: #94280B; }

 span { border-color: rgb(148,40,11); }

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