Html Css Color HEX #942D13 Burnt Umber

📋 copy color: '#942D13'

red 148 ◦ green 45 ◦ blue 19

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

Shades of Burnt Umber #942D13

Tints of Burnt Umber #942D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.96%

R = 69.81%
G = 21.23%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#942D13 (or 0x942D13) is known color: Burnt Umber. HEX triplet: 94, 2D and 13. RGB value is (148,45,19). Sum of RGB (Red+Green+Blue) = 148+45+19=212 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.81% from 212); Green value is 45 (17.97% from 255 or 21.23% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 148 - color contains mainly: red. Hex color #942D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942D13 is #6BD2EC. Grayscale: #494949. Windows color (decimal): -7066349 or 1256852. OLE color: 1256852.

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

Color convert

RGB 148 45 19 -
CMYK 0 0.70 0.87 0.42
HSL 12.09º 0.77% 0.33% -
HSV(B) 12.09º 0.87% 0.58% -
XYZ 13.27 8.22 1.5 -
YUV 72.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 148 45 19 0 0.70 0.87 0.42 12.09 0.77 0.33
Hex 94 2D 13 0 46 57 2A C 4D 21
Octal 224 55 23 0 106 127 52 14 115 41
Binary 10010100 101101 10011 0 1000110 1010111 101010 1100 1001101 100001

Color Harmonies of #942D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942D13

Black with #942D13

Text Example


Text Example

White with #942D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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