Html Css Color HEX #942A10 Burnt Umber

📋 copy color: '#942A10'

red 148 ◦ green 42 ◦ blue 16

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

Shades of Burnt Umber #942A10

Tints of Burnt Umber #942A10

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.39%

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

R = 71.84%
G = 20.39%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#942A10 (or 0x942A10) is known color: Burnt Umber. HEX triplet: 94, 2A and 10. RGB value is (148,42,16). Sum of RGB (Red+Green+Blue) = 148+42+16=206 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.84% from 206); Green value is 42 (16.80% from 255 or 20.39% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 148 - color contains mainly: red. Hex color #942A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942A10 is #6BD5EF. Grayscale: #464646. Windows color (decimal): -7067120 or 1059476. OLE color: 1059476.

HSL color Cylindrical-coordinate representation of color #942A10: hue angle of 11.82º 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 #942A10 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 42 16 -
CMYK 0 0.72 0.89 0.42
HSL 11.82º 0.8% 0.32% -
HSV(B) 11.82º 0.89% 0.58% -
XYZ 13.13 7.99 1.34 -
YUV 70.73 97.12 183.11 -
System Red Green Blue C M Y K H S L
Decimal 148 42 16 0 0.72 0.89 0.42 11.82 0.8 0.32
Hex 94 2A 10 0 48 59 2A C 50 20
Octal 224 52 20 0 110 131 52 14 120 40
Binary 10010100 101010 10000 0 1001000 1011001 101010 1100 1010000 100000

Color Harmonies of #942A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942A10

Black with #942A10

Text Example


Text Example

White with #942A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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