Html Css Color HEX #942F0E Burnt Umber

📋 copy color: '#942F0E'

red 148 ◦ green 47 ◦ blue 14

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

Shades of Burnt Umber #942F0E

Tints of Burnt Umber #942F0E

RGB

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

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

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

R = 70.81%
G = 22.49%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#942F0E (or 0x942F0E) is known color: Burnt Umber. HEX triplet: 94, 2F and 0E. RGB value is (148,47,14). Sum of RGB (Red+Green+Blue) = 148+47+14=209 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.81% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 148 - color contains mainly: red. Hex color #942F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942F0E is #6BD0F1. Grayscale: #494949. Windows color (decimal): -7065842 or 929684. OLE color: 929684.

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

Color convert

RGB 148 47 14 -
CMYK 0 0.68 0.91 0.42
HSL 14.78º 0.83% 0.32% -
HSV(B) 14.78º 0.91% 0.58% -
XYZ 13.31 8.36 1.33 -
YUV 73.44 94.46 181.18 -
System Red Green Blue C M Y K H S L
Decimal 148 47 14 0 0.68 0.91 0.42 14.78 0.83 0.32
Hex 94 2F E 0 44 5B 2A F 53 20
Octal 224 57 16 0 104 133 52 17 123 40
Binary 10010100 101111 1110 0 1000100 1011011 101010 1111 1010011 100000

Color Harmonies of #942F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942F0E

Black with #942F0E

Text Example


Text Example

White with #942F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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