Html Css Color HEX #942B19 Burnt Umber

📋 copy color: '#942B19'

red 148 ◦ green 43 ◦ blue 25

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

Shades of Burnt Umber #942B19

Tints of Burnt Umber #942B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.57%

R = 68.52%
G = 19.91%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#942B19 (or 0x942B19) is known color: Burnt Umber. HEX triplet: 94, 2B and 19. RGB value is (148,43,25). Sum of RGB (Red+Green+Blue) = 148+43+25=216 (28% of max value = 765). Red value is 148 (58.20% from 255 or 68.52% from 216); Green value is 43 (17.19% from 255 or 19.91% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 148 - color contains mainly: red. Hex color #942B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942B19 is #6BD4E6. Grayscale: #484848. Windows color (decimal): -7066855 or 1649556. OLE color: 1649556.

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

Color convert

RGB 148 43 25 -
CMYK 0 0.71 0.83 0.42
HSL 8.78º 0.71% 0.34% -
HSV(B) 8.78º 0.83% 0.58% -
XYZ 13.25 8.09 1.78 -
YUV 72.34 101.29 181.96 -
System Red Green Blue C M Y K H S L
Decimal 148 43 25 0 0.71 0.83 0.42 8.78 0.71 0.34
Hex 94 2B 19 0 47 53 2A 9 47 22
Octal 224 53 31 0 107 123 52 11 107 42
Binary 10010100 101011 11001 0 1000111 1010011 101010 1001 1000111 100010

Color Harmonies of #942B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942B19

Black with #942B19

Text Example


Text Example

White with #942B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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