Html Css Color HEX #943212 Burnt Umber

📋 copy color: '#943212'

red 148 ◦ green 50 ◦ blue 18

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

Shades of Burnt Umber #943212

Tints of Burnt Umber #943212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.15%

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

R = 68.52%
G = 23.15%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#943212 (or 0x943212) is known color: Burnt Umber. HEX triplet: 94, 32 and 12. RGB value is (148,50,18). Sum of RGB (Red+Green+Blue) = 148+50+18=216 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.52% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 148 - color contains mainly: red. Hex color #943212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943212 is #6BCDED. Grayscale: #4B4B4B. Windows color (decimal): -7065070 or 1192596. OLE color: 1192596.

HSL color Cylindrical-coordinate representation of color #943212: hue angle of 14.77º 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 #943212 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 50 18 -
CMYK 0 0.66 0.88 0.42
HSL 14.77º 0.78% 0.33% -
HSV(B) 14.77º 0.88% 0.58% -
XYZ 13.46 8.62 1.53 -
YUV 75.65 95.47 179.6 -
System Red Green Blue C M Y K H S L
Decimal 148 50 18 0 0.66 0.88 0.42 14.77 0.78 0.33
Hex 94 32 12 0 42 58 2A F 4E 21
Octal 224 62 22 0 102 130 52 17 116 41
Binary 10010100 110010 10010 0 1000010 1011000 101010 1111 1001110 100001

Color Harmonies of #943212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943212

Black with #943212

Text Example


Text Example

White with #943212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943212; }

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

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

background-color css

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

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

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

border-color css

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

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

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