Html Css Color HEX #94341B Burnt Umber

📋 copy color: '#94341B'

red 148 ◦ green 52 ◦ blue 27

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

Shades of Burnt Umber #94341B

Tints of Burnt Umber #94341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.91%

 BLUE value IS 27 (10.94% from 255) = 11.89%

R = 65.2%
G = 22.91%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#94341B (or 0x94341B) is known color: Burnt Umber. HEX triplet: 94, 34 and 1B. RGB value is (148,52,27). Sum of RGB (Red+Green+Blue) = 148+52+27=227 (30% of max value = 765). Red value is 148 (58.20% from 255 or 65.20% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 148 - color contains mainly: red. Hex color #94341B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94341B is #6BCBE4. Grayscale: #4E4E4E. Windows color (decimal): -7064549 or 1782932. OLE color: 1782932.

HSL color Cylindrical-coordinate representation of color #94341B: hue angle of 12.4º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #94341B is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 52 27 -
CMYK 0 0.65 0.82 0.42
HSL 12.4º 0.69% 0.34% -
HSV(B) 12.4º 0.82% 0.58% -
XYZ 13.64 8.83 2.02 -
YUV 77.85 99.3 178.03 -
System Red Green Blue C M Y K H S L
Decimal 148 52 27 0 0.65 0.82 0.42 12.4 0.69 0.34
Hex 94 34 1B 0 41 52 2A C 45 22
Octal 224 64 33 0 101 122 52 14 105 42
Binary 10010100 110100 11011 0 1000001 1010010 101010 1100 1000101 100010

Color Harmonies of #94341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94341B

Black with #94341B

Text Example


Text Example

White with #94341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94341B; }

 p { color: rgb(148,52,27); }

 H1.HeaderClassName
 {
   color: #94341B;
 }
 .AnyTagClassName
 {
   color: #94341B;
 }
</style>

background-color css

<style>
 a { background-color: #94341B; }

 a { background-color: rgb(148,52,27); }

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

border-color css

<style>
 span { border-color: #94341B; }

 span { border-color: rgb(148,52,27); }

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