Html Css Color HEX #943513 Burnt Umber

📋 copy color: '#943513'

red 148 ◦ green 53 ◦ blue 19

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

Shades of Burnt Umber #943513

Tints of Burnt Umber #943513

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.09%

 BLUE value IS 19 (7.81% from 255) = 8.64%

R = 67.27%
G = 24.09%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#943513 (or 0x943513) is known color: Burnt Umber. HEX triplet: 94, 35 and 13. RGB value is (148,53,19). Sum of RGB (Red+Green+Blue) = 148+53+19=220 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.27% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 148 - color contains mainly: red. Hex color #943513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943513 is #6BCAEC. Grayscale: #4D4D4D. Windows color (decimal): -7064301 or 1258900. OLE color: 1258900.

HSL color Cylindrical-coordinate representation of color #943513: hue angle of 15.81º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #943513 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 53 19 -
CMYK 0 0.64 0.87 0.42
HSL 15.81º 0.77% 0.33% -
HSV(B) 15.81º 0.87% 0.58% -
XYZ 13.6 8.89 1.61 -
YUV 77.53 94.97 178.26 -
System Red Green Blue C M Y K H S L
Decimal 148 53 19 0 0.64 0.87 0.42 15.81 0.77 0.33
Hex 94 35 13 0 40 57 2A 10 4D 21
Octal 224 65 23 0 100 127 52 20 115 41
Binary 10010100 110101 10011 0 1000000 1010111 101010 10000 1001101 100001

Color Harmonies of #943513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943513

Black with #943513

Text Example


Text Example

White with #943513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943513; }

 p { color: rgb(148,53,19); }

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

background-color css

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

 a { background-color: rgb(148,53,19); }

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

border-color css

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

 span { border-color: rgb(148,53,19); }

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