Html Css Color HEX #943516 Burnt Umber

📋 copy color: '#943516'

red 148 ◦ green 53 ◦ blue 22

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

Shades of Burnt Umber #943516

Tints of Burnt Umber #943516

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.77%

 BLUE value IS 22 (8.98% from 255) = 9.87%

R = 66.37%
G = 23.77%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#943516 (or 0x943516) is known color: Burnt Umber. HEX triplet: 94, 35 and 16. RGB value is (148,53,22). Sum of RGB (Red+Green+Blue) = 148+53+22=223 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.37% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 148 - color contains mainly: red. Hex color #943516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943516 is #6BCAE9. Grayscale: #4E4E4E. Windows color (decimal): -7064298 or 1455508. OLE color: 1455508.

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

Color convert

RGB 148 53 22 -
CMYK 0 0.64 0.85 0.42
HSL 14.76º 0.74% 0.33% -
HSV(B) 14.76º 0.85% 0.58% -
XYZ 13.63 8.9 1.76 -
YUV 77.87 96.47 178.02 -
System Red Green Blue C M Y K H S L
Decimal 148 53 22 0 0.64 0.85 0.42 14.76 0.74 0.33
Hex 94 35 16 0 40 55 2A F 4A 21
Octal 224 65 26 0 100 125 52 17 112 41
Binary 10010100 110101 10110 0 1000000 1010101 101010 1111 1001010 100001

Color Harmonies of #943516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943516

Black with #943516

Text Example


Text Example

White with #943516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943516; }

 p { color: rgb(148,53,22); }

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

background-color css

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

 a { background-color: rgb(148,53,22); }

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

border-color css

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

 span { border-color: rgb(148,53,22); }

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