Html Css Color HEX #942B17 Burnt Umber

📋 copy color: '#942B17'

red 148 ◦ green 43 ◦ blue 23

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

Shades of Burnt Umber #942B17

Tints of Burnt Umber #942B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.75%

R = 69.16%
G = 20.09%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#942B17 (or 0x942B17) is known color: Burnt Umber. HEX triplet: 94, 2B and 17. RGB value is (148,43,23). Sum of RGB (Red+Green+Blue) = 148+43+23=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 23 (9.38% from 255 or 10.75% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #942B17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942B17 is #6BD4E8. Grayscale: #484848. Windows color (decimal): -7066857 or 1518484. OLE color: 1518484.

HSL color Cylindrical-coordinate representation of color #942B17: hue angle of 9.6º degrees, saturation: 0.73, 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 #942B17 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 43 23 -
CMYK 0 0.71 0.84 0.42
HSL 9.6º 0.73% 0.34% -
HSV(B) 9.6º 0.84% 0.58% -
XYZ 13.23 8.09 1.67 -
YUV 72.12 100.29 182.13 -
System Red Green Blue C M Y K H S L
Decimal 148 43 23 0 0.71 0.84 0.42 9.6 0.73 0.34
Hex 94 2B 17 0 47 54 2A A 49 22
Octal 224 53 27 0 107 124 52 12 111 42
Binary 10010100 101011 10111 0 1000111 1010100 101010 1010 1001001 100010

Color Harmonies of #942B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942B17

Black with #942B17

Text Example


Text Example

White with #942B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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