Html Css Color HEX #942811 Burnt Umber

📋 copy color: '#942811'

red 148 ◦ green 40 ◦ blue 17

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

Shades of Burnt Umber #942811

Tints of Burnt Umber #942811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.51%

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

R = 72.2%
G = 19.51%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#942811 (or 0x942811) is known color: Burnt Umber. HEX triplet: 94, 28 and 11. RGB value is (148,40,17). Sum of RGB (Red+Green+Blue) = 148+40+17=205 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.20% from 205); Green value is 40 (16.02% from 255 or 19.51% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 148 - color contains mainly: red. Hex color #942811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942811 is #6BD7EE. Grayscale: #454545. Windows color (decimal): -7067631 or 1124500. OLE color: 1124500.

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

Color convert

RGB 148 40 17 -
CMYK 0 0.73 0.89 0.42
HSL 10.53º 0.79% 0.32% -
HSV(B) 10.53º 0.89% 0.58% -
XYZ 13.07 7.85 1.36 -
YUV 69.67 98.28 183.87 -
System Red Green Blue C M Y K H S L
Decimal 148 40 17 0 0.73 0.89 0.42 10.53 0.79 0.32
Hex 94 28 11 0 49 59 2A B 4F 20
Octal 224 50 21 0 111 131 52 13 117 40
Binary 10010100 101000 10001 0 1001001 1011001 101010 1011 1001111 100000

Color Harmonies of #942811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942811

Black with #942811

Text Example


Text Example

White with #942811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942811; }

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

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

background-color css

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

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

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

border-color css

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

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

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