Html Css Color HEX #94300D Burnt Umber

📋 copy color: '#94300D'

red 148 ◦ green 48 ◦ blue 13

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

Shades of Burnt Umber #94300D

Tints of Burnt Umber #94300D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.97%

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

R = 70.81%
G = 22.97%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#94300D (or 0x94300D) is known color: Burnt Umber. HEX triplet: 94, 30 and 0D. RGB value is (148,48,13). Sum of RGB (Red+Green+Blue) = 148+48+13=209 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.81% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 148 - color contains mainly: red. Hex color #94300D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #94300D is #6BCFF2. Grayscale: #4A4A4A. Windows color (decimal): -7065587 or 864404. OLE color: 864404.

HSL color Cylindrical-coordinate representation of color #94300D: hue angle of 15.56º 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 #94300D is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 48 13 -
CMYK 0 0.68 0.91 0.42
HSL 15.56º 0.84% 0.32% -
HSV(B) 15.56º 0.91% 0.58% -
XYZ 13.34 8.44 1.31 -
YUV 73.91 93.63 180.85 -
System Red Green Blue C M Y K H S L
Decimal 148 48 13 0 0.68 0.91 0.42 15.56 0.84 0.32
Hex 94 30 D 0 44 5B 2A 10 54 20
Octal 224 60 15 0 104 133 52 20 124 40
Binary 10010100 110000 1101 0 1000100 1011011 101010 10000 1010100 100000

Color Harmonies of #94300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94300D

Black with #94300D

Text Example


Text Example

White with #94300D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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