Html Css Color HEX #94361C Burnt Umber

📋 copy color: '#94361C'

red 148 ◦ green 54 ◦ blue 28

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

Shades of Burnt Umber #94361C

Tints of Burnt Umber #94361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.48%

 BLUE value IS 28 (11.33% from 255) = 12.17%

R = 64.35%
G = 23.48%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#94361C (or 0x94361C) is known color: Burnt Umber. HEX triplet: 94, 36 and 1C. RGB value is (148,54,28). Sum of RGB (Red+Green+Blue) = 148+54+28=230 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.35% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 148 - color contains mainly: red. Hex color #94361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94361C is #6BC9E3. Grayscale: #4F4F4F. Windows color (decimal): -7064036 or 1848980. OLE color: 1848980.

HSL color Cylindrical-coordinate representation of color #94361C: hue angle of 13º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94361C is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 54 28 -
CMYK 0 0.64 0.81 0.42
HSL 13º 0.68% 0.35% -
HSV(B) 13º 0.81% 0.58% -
XYZ 13.74 9.02 2.12 -
YUV 79.14 99.14 177.11 -
System Red Green Blue C M Y K H S L
Decimal 148 54 28 0 0.64 0.81 0.42 13 0.68 0.35
Hex 94 36 1C 0 40 51 2A D 44 23
Octal 224 66 34 0 100 121 52 15 104 43
Binary 10010100 110110 11100 0 1000000 1010001 101010 1101 1000100 100011

Color Harmonies of #94361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94361C

Black with #94361C

Text Example


Text Example

White with #94361C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94361C; }

 p { color: rgb(148,54,28); }

 H1.HeaderClassName
 {
   color: #94361C;
 }
 .AnyTagClassName
 {
   color: #94361C;
 }
</style>

background-color css

<style>
 a { background-color: #94361C; }

 a { background-color: rgb(148,54,28); }

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

border-color css

<style>
 span { border-color: #94361C; }

 span { border-color: rgb(148,54,28); }

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