Html Css Color HEX #942B14 Burnt Umber

📋 copy color: '#942B14'

red 148 ◦ green 43 ◦ blue 20

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

Shades of Burnt Umber #942B14

Tints of Burnt Umber #942B14

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.38%

 BLUE value IS 20 (8.2% from 255) = 9.48%

R = 70.14%
G = 20.38%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#942B14 (or 0x942B14) is known color: Burnt Umber. HEX triplet: 94, 2B and 14. RGB value is (148,43,20). Sum of RGB (Red+Green+Blue) = 148+43+20=211 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.14% from 211); Green value is 43 (17.19% from 255 or 20.38% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 148 - color contains mainly: red. Hex color #942B14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942B14 is #6BD4EB. Grayscale: #474747. Windows color (decimal): -7066860 or 1321876. OLE color: 1321876.

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

Color convert

RGB 148 43 20 -
CMYK 0 0.71 0.86 0.42
HSL 10.78º 0.76% 0.33% -
HSV(B) 10.78º 0.86% 0.58% -
XYZ 13.2 8.07 1.52 -
YUV 71.77 98.79 182.37 -
System Red Green Blue C M Y K H S L
Decimal 148 43 20 0 0.71 0.86 0.42 10.78 0.76 0.33
Hex 94 2B 14 0 47 56 2A B 4C 21
Octal 224 53 24 0 107 126 52 13 114 41
Binary 10010100 101011 10100 0 1000111 1010110 101010 1011 1001100 100001

Color Harmonies of #942B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942B14

Black with #942B14

Text Example


Text Example

White with #942B14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,43,20); }

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

background-color css

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

 a { background-color: rgb(148,43,20); }

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

border-color css

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

 span { border-color: rgb(148,43,20); }

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