Html Css Color HEX #943414 Burnt Umber

📋 copy color: '#943414'

red 148 ◦ green 52 ◦ blue 20

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

Shades of Burnt Umber #943414

Tints of Burnt Umber #943414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.09%

R = 67.27%
G = 23.64%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#943414 (or 0x943414) is known color: Burnt Umber. HEX triplet: 94, 34 and 14. RGB value is (148,52,20). Sum of RGB (Red+Green+Blue) = 148+52+20=220 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.27% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 20 (8.20% from 255 or 9.09% from 220); Max value from RGB is 148 - color contains mainly: red. Hex color #943414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943414 is #6BCBEB. Grayscale: #4D4D4D. Windows color (decimal): -7064556 or 1324180. OLE color: 1324180.

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

Color convert

RGB 148 52 20 -
CMYK 0 0.65 0.86 0.42
HSL 15º 0.76% 0.33% -
HSV(B) 15º 0.86% 0.58% -
XYZ 13.57 8.8 1.65 -
YUV 77.06 95.8 178.6 -
System Red Green Blue C M Y K H S L
Decimal 148 52 20 0 0.65 0.86 0.42 15 0.76 0.33
Hex 94 34 14 0 41 56 2A F 4C 21
Octal 224 64 24 0 101 126 52 17 114 41
Binary 10010100 110100 10100 0 1000001 1010110 101010 1111 1001100 100001

Color Harmonies of #943414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943414

Black with #943414

Text Example


Text Example

White with #943414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943414; }

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

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

background-color css

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

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

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

border-color css

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

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

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