Html Css Color HEX #942C10 Burnt Umber

📋 copy color: '#942C10'

red 148 ◦ green 44 ◦ blue 16

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

Shades of Burnt Umber #942C10

Tints of Burnt Umber #942C10

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.15%

 BLUE value IS 16 (6.64% from 255) = 7.69%

R = 71.15%
G = 21.15%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#942C10 (or 0x942C10) is known color: Burnt Umber. HEX triplet: 94, 2C and 10. RGB value is (148,44,16). Sum of RGB (Red+Green+Blue) = 148+44+16=208 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.15% from 208); Green value is 44 (17.58% from 255 or 21.15% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 148 - color contains mainly: red. Hex color #942C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942C10 is #6BD3EF. Grayscale: #484848. Windows color (decimal): -7066608 or 1059988. OLE color: 1059988.

HSL color Cylindrical-coordinate representation of color #942C10: hue angle of 12.73º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #942C10 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 44 16 -
CMYK 0 0.70 0.89 0.42
HSL 12.73º 0.8% 0.32% -
HSV(B) 12.73º 0.89% 0.58% -
XYZ 13.21 8.13 1.36 -
YUV 71.9 96.46 182.28 -
System Red Green Blue C M Y K H S L
Decimal 148 44 16 0 0.70 0.89 0.42 12.73 0.8 0.32
Hex 94 2C 10 0 46 59 2A D 50 20
Octal 224 54 20 0 106 131 52 15 120 40
Binary 10010100 101100 10000 0 1000110 1011001 101010 1101 1010000 100000

Color Harmonies of #942C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942C10

Black with #942C10

Text Example


Text Example

White with #942C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,44,16); }

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

background-color css

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

 a { background-color: rgb(148,44,16); }

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

border-color css

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

 span { border-color: rgb(148,44,16); }

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