Html Css Color HEX #943416 Burnt Umber

📋 copy color: '#943416'

red 148 ◦ green 52 ◦ blue 22

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

Shades of Burnt Umber #943416

Tints of Burnt Umber #943416

RGB

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

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

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

R = 66.67%
G = 23.42%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#943416 (or 0x943416) is known color: Burnt Umber. HEX triplet: 94, 34 and 16. RGB value is (148,52,22). Sum of RGB (Red+Green+Blue) = 148+52+22=222 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.67% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 22 (8.98% from 255 or 9.91% from 222); Max value from RGB is 148 - color contains mainly: red. Hex color #943416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943416 is #6BCBE9. Grayscale: #4D4D4D. Windows color (decimal): -7064554 or 1455252. OLE color: 1455252.

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

Color convert

RGB 148 52 22 -
CMYK 0 0.65 0.85 0.42
HSL 14.29º 0.74% 0.33% -
HSV(B) 14.29º 0.85% 0.58% -
XYZ 13.59 8.81 1.74 -
YUV 77.28 96.8 178.44 -
System Red Green Blue C M Y K H S L
Decimal 148 52 22 0 0.65 0.85 0.42 14.29 0.74 0.33
Hex 94 34 16 0 41 55 2A E 4A 21
Octal 224 64 26 0 101 125 52 16 112 41
Binary 10010100 110100 10110 0 1000001 1010101 101010 1110 1001010 100001

Color Harmonies of #943416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943416

Black with #943416

Text Example


Text Example

White with #943416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943416; }

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

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

background-color css

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

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

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

border-color css

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

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

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