Html Css Color HEX #942C0E Burnt Umber

📋 copy color: '#942C0E'

red 148 ◦ green 44 ◦ blue 14

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

Shades of Burnt Umber #942C0E

Tints of Burnt Umber #942C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.8%

R = 71.84%
G = 21.36%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#942C0E (or 0x942C0E) is known color: Burnt Umber. HEX triplet: 94, 2C and 0E. RGB value is (148,44,14). Sum of RGB (Red+Green+Blue) = 148+44+14=206 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.84% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 14 (5.86% from 255 or 6.80% from 206); Max value from RGB is 148 - color contains mainly: red. Hex color #942C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942C0E is #6BD3F1. Grayscale: #474747. Windows color (decimal): -7066610 or 928916. OLE color: 928916.

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

Color convert

RGB 148 44 14 -
CMYK 0 0.70 0.91 0.42
HSL 13.43º 0.83% 0.32% -
HSV(B) 13.43º 0.91% 0.58% -
XYZ 13.19 8.13 1.29 -
YUV 71.68 95.46 182.44 -
System Red Green Blue C M Y K H S L
Decimal 148 44 14 0 0.70 0.91 0.42 13.43 0.83 0.32
Hex 94 2C E 0 46 5B 2A D 53 20
Octal 224 54 16 0 106 133 52 15 123 40
Binary 10010100 101100 1110 0 1000110 1011011 101010 1101 1010011 100000

Color Harmonies of #942C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942C0E

Black with #942C0E

Text Example


Text Example

White with #942C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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