Html Css Color HEX #943412 Burnt Umber

📋 copy color: '#943412'

red 148 ◦ green 52 ◦ blue 18

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

Shades of Burnt Umber #943412

Tints of Burnt Umber #943412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.26%

R = 67.89%
G = 23.85%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#943412 (or 0x943412) is known color: Burnt Umber. HEX triplet: 94, 34 and 12. RGB value is (148,52,18). Sum of RGB (Red+Green+Blue) = 148+52+18=218 (28% of max value = 765). Red value is 148 (58.20% from 255 or 67.89% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 18 (7.42% from 255 or 8.26% from 218); Max value from RGB is 148 - color contains mainly: red. Hex color #943412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943412 is #6BCBED. Grayscale: #4D4D4D. Windows color (decimal): -7064558 or 1193108. OLE color: 1193108.

HSL color Cylindrical-coordinate representation of color #943412: hue angle of 15.69º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #943412 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 52 18 -
CMYK 0 0.65 0.88 0.42
HSL 15.69º 0.78% 0.33% -
HSV(B) 15.69º 0.88% 0.58% -
XYZ 13.55 8.8 1.56 -
YUV 76.83 94.8 178.76 -
System Red Green Blue C M Y K H S L
Decimal 148 52 18 0 0.65 0.88 0.42 15.69 0.78 0.33
Hex 94 34 12 0 41 58 2A 10 4E 21
Octal 224 64 22 0 101 130 52 20 116 41
Binary 10010100 110100 10010 0 1000001 1011000 101010 10000 1001110 100001

Color Harmonies of #943412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943412

Black with #943412

Text Example


Text Example

White with #943412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943412; }

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

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

background-color css

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

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

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

border-color css

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

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

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