Html Css Color HEX #942D12 Burnt Umber

📋 copy color: '#942D12'

red 148 ◦ green 45 ◦ blue 18

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

Shades of Burnt Umber #942D12

Tints of Burnt Umber #942D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.53%

R = 70.14%
G = 21.33%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#942D12 (or 0x942D12) is known color: Burnt Umber. HEX triplet: 94, 2D and 12. RGB value is (148,45,18). Sum of RGB (Red+Green+Blue) = 148+45+18=211 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.14% from 211); Green value is 45 (17.97% from 255 or 21.33% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 148 - color contains mainly: red. Hex color #942D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942D12 is #6BD2ED. Grayscale: #484848. Windows color (decimal): -7066350 or 1191316. OLE color: 1191316.

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

Color convert

RGB 148 45 18 -
CMYK 0 0.70 0.88 0.42
HSL 12.46º 0.78% 0.33% -
HSV(B) 12.46º 0.88% 0.58% -
XYZ 13.26 8.22 1.46 -
YUV 72.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 148 45 18 0 0.70 0.88 0.42 12.46 0.78 0.33
Hex 94 2D 12 0 46 58 2A C 4E 21
Octal 224 55 22 0 106 130 52 14 116 41
Binary 10010100 101101 10010 0 1000110 1011000 101010 1100 1001110 100001

Color Harmonies of #942D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942D12

Black with #942D12

Text Example


Text Example

White with #942D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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