Html Css Color HEX #94280D Burnt Umber

📋 copy color: '#94280D'

red 148 ◦ green 40 ◦ blue 13

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

Shades of Burnt Umber #94280D

Tints of Burnt Umber #94280D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.47%

R = 73.63%
G = 19.9%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94280D (or 0x94280D) is known color: Burnt Umber. HEX triplet: 94, 28 and 0D. RGB value is (148,40,13). Sum of RGB (Red+Green+Blue) = 148+40+13=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 40 (16.02% from 255 or 19.90% from 201); Blue value is 13 (5.47% from 255 or 6.47% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #94280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94280D is #6BD7F2. Grayscale: #454545. Windows color (decimal): -7067635 or 862356. OLE color: 862356.

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

Color convert

RGB 148 40 13 -
CMYK 0 0.73 0.91 0.42
HSL 12º 0.84% 0.32% -
HSV(B) 12º 0.91% 0.58% -
XYZ 13.04 7.84 1.21 -
YUV 69.21 96.28 184.2 -
System Red Green Blue C M Y K H S L
Decimal 148 40 13 0 0.73 0.91 0.42 12 0.84 0.32
Hex 94 28 D 0 49 5B 2A C 54 20
Octal 224 50 15 0 111 133 52 14 124 40
Binary 10010100 101000 1101 0 1001001 1011011 101010 1100 1010100 100000

Color Harmonies of #94280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94280D

Black with #94280D

Text Example


Text Example

White with #94280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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