Html Css Color HEX #94280A Burnt Umber

📋 copy color: '#94280A'

red 148 ◦ green 40 ◦ blue 10

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

Shades of Burnt Umber #94280A

Tints of Burnt Umber #94280A

RGB

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

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

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

R = 74.75%
G = 20.2%
B = 5.05%

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

#94280A (or 0x94280A) is known color: Burnt Umber. HEX triplet: 94, 28 and 0A. RGB value is (148,40,10). Sum of RGB (Red+Green+Blue) = 148+40+10=198 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.75% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 10 (4.30% from 255 or 5.05% from 198); Max value from RGB is 148 - color contains mainly: red. Hex color #94280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94280A is #6BD7F5. Grayscale: #454545. Windows color (decimal): -7067638 or 665748. OLE color: 665748.

HSL color Cylindrical-coordinate representation of color #94280A: hue angle of 13.04º degrees, saturation: 0.87, 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 #94280A is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 40 10 -
CMYK 0 0.73 0.93 0.42
HSL 13.04º 0.87% 0.31% -
HSV(B) 13.04º 0.93% 0.58% -
XYZ 13.03 7.84 1.11 -
YUV 68.87 94.78 184.44 -
System Red Green Blue C M Y K H S L
Decimal 148 40 10 0 0.73 0.93 0.42 13.04 0.87 0.31
Hex 94 28 A 0 49 5D 2A D 57 1F
Octal 224 50 12 0 111 135 52 15 127 37
Binary 10010100 101000 1010 0 1001001 1011101 101010 1101 1010111 11111

Color Harmonies of #94280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94280A

Black with #94280A

Text Example


Text Example

White with #94280A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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