Html Css Color HEX #942C11 Burnt Umber

📋 copy color: '#942C11'

red 148 ◦ green 44 ◦ blue 17

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

Shades of Burnt Umber #942C11

Tints of Burnt Umber #942C11

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.05%

 BLUE value IS 17 (7.03% from 255) = 8.13%

R = 70.81%
G = 21.05%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#942C11 (or 0x942C11) is known color: Burnt Umber. HEX triplet: 94, 2C and 11. RGB value is (148,44,17). Sum of RGB (Red+Green+Blue) = 148+44+17=209 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.81% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 148 - color contains mainly: red. Hex color #942C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942C11 is #6BD3EE. Grayscale: #484848. Windows color (decimal): -7066607 or 1125524. OLE color: 1125524.

HSL color Cylindrical-coordinate representation of color #942C11: hue angle of 12.37º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #942C11 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 44 17 -
CMYK 0 0.70 0.89 0.42
HSL 12.37º 0.79% 0.32% -
HSV(B) 12.37º 0.89% 0.58% -
XYZ 13.21 8.14 1.4 -
YUV 72.02 96.96 182.2 -
System Red Green Blue C M Y K H S L
Decimal 148 44 17 0 0.70 0.89 0.42 12.37 0.79 0.32
Hex 94 2C 11 0 46 59 2A C 4F 20
Octal 224 54 21 0 106 131 52 14 117 40
Binary 10010100 101100 10001 0 1000110 1011001 101010 1100 1001111 100000

Color Harmonies of #942C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942C11

Black with #942C11

Text Example


Text Example

White with #942C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942C11; }

 p { color: rgb(148,44,17); }

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

background-color css

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

 a { background-color: rgb(148,44,17); }

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

border-color css

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

 span { border-color: rgb(148,44,17); }

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