Html Css Color HEX #942F18 Burnt Umber

📋 copy color: '#942F18'

red 148 ◦ green 47 ◦ blue 24

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

Shades of Burnt Umber #942F18

Tints of Burnt Umber #942F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.96%

R = 67.58%
G = 21.46%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#942F18 (or 0x942F18) is known color: Burnt Umber. HEX triplet: 94, 2F and 18. RGB value is (148,47,24). Sum of RGB (Red+Green+Blue) = 148+47+24=219 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.58% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 148 - color contains mainly: red. Hex color #942F18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942F18 is #6BD0E7. Grayscale: #4A4A4A. Windows color (decimal): -7065832 or 1585044. OLE color: 1585044.

HSL color Cylindrical-coordinate representation of color #942F18: hue angle of 11.13º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #942F18 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 47 24 -
CMYK 0 0.68 0.84 0.42
HSL 11.13º 0.72% 0.34% -
HSV(B) 11.13º 0.84% 0.58% -
XYZ 13.39 8.39 1.78 -
YUV 74.58 99.46 180.37 -
System Red Green Blue C M Y K H S L
Decimal 148 47 24 0 0.68 0.84 0.42 11.13 0.72 0.34
Hex 94 2F 18 0 44 54 2A B 48 22
Octal 224 57 30 0 104 124 52 13 110 42
Binary 10010100 101111 11000 0 1000100 1010100 101010 1011 1001000 100010

Color Harmonies of #942F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942F18

Black with #942F18

Text Example


Text Example

White with #942F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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