Html Css Color HEX #943010 Burnt Umber

📋 copy color: '#943010'

red 148 ◦ green 48 ◦ blue 16

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

Shades of Burnt Umber #943010

Tints of Burnt Umber #943010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.64%

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

R = 69.81%
G = 22.64%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#943010 (or 0x943010) is known color: Burnt Umber. HEX triplet: 94, 30 and 10. RGB value is (148,48,16). Sum of RGB (Red+Green+Blue) = 148+48+16=212 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.81% from 212); Green value is 48 (19.14% from 255 or 22.64% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 148 - color contains mainly: red. Hex color #943010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943010 is #6BCFEF. Grayscale: #4A4A4A. Windows color (decimal): -7065584 or 1061012. OLE color: 1061012.

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

Color convert

RGB 148 48 16 -
CMYK 0 0.68 0.89 0.42
HSL 14.55º 0.8% 0.32% -
HSV(B) 14.55º 0.89% 0.58% -
XYZ 13.36 8.45 1.42 -
YUV 74.25 95.13 180.6 -
System Red Green Blue C M Y K H S L
Decimal 148 48 16 0 0.68 0.89 0.42 14.55 0.8 0.32
Hex 94 30 10 0 44 59 2A F 50 20
Octal 224 60 20 0 104 131 52 17 120 40
Binary 10010100 110000 10000 0 1000100 1011001 101010 1111 1010000 100000

Color Harmonies of #943010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943010

Black with #943010

Text Example


Text Example

White with #943010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943010; }

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

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

background-color css

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

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

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

border-color css

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

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

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