Html Css Color HEX #943117 Burnt Umber

📋 copy color: '#943117'

red 148 ◦ green 49 ◦ blue 23

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

Shades of Burnt Umber #943117

Tints of Burnt Umber #943117

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.27%

 BLUE value IS 23 (9.38% from 255) = 10.45%

R = 67.27%
G = 22.27%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#943117 (or 0x943117) is known color: Burnt Umber. HEX triplet: 94, 31 and 17. RGB value is (148,49,23). Sum of RGB (Red+Green+Blue) = 148+49+23=220 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.27% from 220); Green value is 49 (19.53% from 255 or 22.27% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 148 - color contains mainly: red. Hex color #943117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943117 is #6BCEE8. Grayscale: #4B4B4B. Windows color (decimal): -7065321 or 1520020. OLE color: 1520020.

HSL color Cylindrical-coordinate representation of color #943117: hue angle of 12.48º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #943117 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 49 23 -
CMYK 0 0.67 0.84 0.42
HSL 12.48º 0.73% 0.34% -
HSV(B) 12.48º 0.84% 0.58% -
XYZ 13.47 8.55 1.75 -
YUV 75.64 98.3 179.61 -
System Red Green Blue C M Y K H S L
Decimal 148 49 23 0 0.67 0.84 0.42 12.48 0.73 0.34
Hex 94 31 17 0 43 54 2A C 49 22
Octal 224 61 27 0 103 124 52 14 111 42
Binary 10010100 110001 10111 0 1000011 1010100 101010 1100 1001001 100010

Color Harmonies of #943117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943117

Black with #943117

Text Example


Text Example

White with #943117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943117; }

 p { color: rgb(148,49,23); }

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

background-color css

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

 a { background-color: rgb(148,49,23); }

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

border-color css

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

 span { border-color: rgb(148,49,23); }

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