Html Css Color HEX #942D0E Burnt Umber

📋 copy color: '#942D0E'

red 148 ◦ green 45 ◦ blue 14

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

Shades of Burnt Umber #942D0E

Tints of Burnt Umber #942D0E

RGB

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

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

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

R = 71.5%
G = 21.74%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#942D0E (or 0x942D0E) is known color: Burnt Umber. HEX triplet: 94, 2D and 0E. RGB value is (148,45,14). Sum of RGB (Red+Green+Blue) = 148+45+14=207 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.50% from 207); Green value is 45 (17.97% from 255 or 21.74% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 148 - color contains mainly: red. Hex color #942D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942D0E is #6BD2F1. Grayscale: #484848. Windows color (decimal): -7066354 or 929172. OLE color: 929172.

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

Color convert

RGB 148 45 14 -
CMYK 0 0.70 0.91 0.42
HSL 13.88º 0.83% 0.32% -
HSV(B) 13.88º 0.91% 0.58% -
XYZ 13.23 8.2 1.3 -
YUV 72.26 95.12 182.02 -
System Red Green Blue C M Y K H S L
Decimal 148 45 14 0 0.70 0.91 0.42 13.88 0.83 0.32
Hex 94 2D E 0 46 5B 2A E 53 20
Octal 224 55 16 0 106 133 52 16 123 40
Binary 10010100 101101 1110 0 1000110 1011011 101010 1110 1010011 100000

Color Harmonies of #942D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942D0E

Black with #942D0E

Text Example


Text Example

White with #942D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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