Html Css Color HEX #94361D Burnt Umber

📋 copy color: '#94361D'

red 148 ◦ green 54 ◦ blue 29

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

Shades of Burnt Umber #94361D

Tints of Burnt Umber #94361D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.55%

R = 64.07%
G = 23.38%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94361D (or 0x94361D) is known color: Burnt Umber. HEX triplet: 94, 36 and 1D. RGB value is (148,54,29). Sum of RGB (Red+Green+Blue) = 148+54+29=231 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.07% from 231); Green value is 54 (21.48% from 255 or 23.38% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 148 - color contains mainly: red. Hex color #94361D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94361D is #6BC9E2. Grayscale: #4F4F4F. Windows color (decimal): -7064035 or 1914516. OLE color: 1914516.

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

Color convert

RGB 148 54 29 -
CMYK 0 0.64 0.80 0.42
HSL 12.61º 0.67% 0.35% -
HSV(B) 12.61º 0.8% 0.58% -
XYZ 13.75 9.02 2.18 -
YUV 79.26 99.64 177.03 -
System Red Green Blue C M Y K H S L
Decimal 148 54 29 0 0.64 0.80 0.42 12.61 0.67 0.35
Hex 94 36 1D 0 40 50 2A D 43 23
Octal 224 66 35 0 100 120 52 15 103 43
Binary 10010100 110110 11101 0 1000000 1010000 101010 1101 1000011 100011

Color Harmonies of #94361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94361D

Black with #94361D

Text Example


Text Example

White with #94361D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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