Html Css Color HEX #942D14 Burnt Umber

📋 copy color: '#942D14'

red 148 ◦ green 45 ◦ blue 20

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

Shades of Burnt Umber #942D14

Tints of Burnt Umber #942D14

RGB

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

 GREEN value IS 45 (17.97% from 255) = 21.13%

 BLUE value IS 20 (8.2% from 255) = 9.39%

R = 69.48%
G = 21.13%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#942D14 (or 0x942D14) is known color: Burnt Umber. HEX triplet: 94, 2D and 14. RGB value is (148,45,20). Sum of RGB (Red+Green+Blue) = 148+45+20=213 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.48% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 148 - color contains mainly: red. Hex color #942D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942D14 is #6BD2EB. Grayscale: #494949. Windows color (decimal): -7066348 or 1322388. OLE color: 1322388.

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

Color convert

RGB 148 45 20 -
CMYK 0 0.70 0.86 0.42
HSL 11.72º 0.76% 0.33% -
HSV(B) 11.72º 0.86% 0.58% -
XYZ 13.28 8.22 1.55 -
YUV 72.95 98.12 181.53 -
System Red Green Blue C M Y K H S L
Decimal 148 45 20 0 0.70 0.86 0.42 11.72 0.76 0.33
Hex 94 2D 14 0 46 56 2A C 4C 21
Octal 224 55 24 0 106 126 52 14 114 41
Binary 10010100 101101 10100 0 1000110 1010110 101010 1100 1001100 100001

Color Harmonies of #942D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942D14

Black with #942D14

Text Example


Text Example

White with #942D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,45,20); }

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

background-color css

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

 a { background-color: rgb(148,45,20); }

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

border-color css

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

 span { border-color: rgb(148,45,20); }

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