Html Css Color HEX #942F12 Burnt Umber

📋 copy color: '#942F12'

red 148 ◦ green 47 ◦ blue 18

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

Shades of Burnt Umber #942F12

Tints of Burnt Umber #942F12

RGB

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

 GREEN value IS 47 (18.75% from 255) = 22.07%

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

R = 69.48%
G = 22.07%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#942F12 (or 0x942F12) is known color: Burnt Umber. HEX triplet: 94, 2F and 12. RGB value is (148,47,18). Sum of RGB (Red+Green+Blue) = 148+47+18=213 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.48% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 148 - color contains mainly: red. Hex color #942F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942F12 is #6BD0ED. Grayscale: #4A4A4A. Windows color (decimal): -7065838 or 1191828. OLE color: 1191828.

HSL color Cylindrical-coordinate representation of color #942F12: hue angle of 13.38º 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 #942F12 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 47 18 -
CMYK 0 0.68 0.88 0.42
HSL 13.38º 0.78% 0.33% -
HSV(B) 13.38º 0.88% 0.58% -
XYZ 13.34 8.37 1.49 -
YUV 73.89 96.46 180.86 -
System Red Green Blue C M Y K H S L
Decimal 148 47 18 0 0.68 0.88 0.42 13.38 0.78 0.33
Hex 94 2F 12 0 44 58 2A D 4E 21
Octal 224 57 22 0 104 130 52 15 116 41
Binary 10010100 101111 10010 0 1000100 1011000 101010 1101 1001110 100001

Color Harmonies of #942F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942F12

Black with #942F12

Text Example


Text Example

White with #942F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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