Html Css Color HEX #943514 Burnt Umber

📋 copy color: '#943514'

red 148 ◦ green 53 ◦ blue 20

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

Shades of Burnt Umber #943514

Tints of Burnt Umber #943514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.05%

R = 66.97%
G = 23.98%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#943514 (or 0x943514) is known color: Burnt Umber. HEX triplet: 94, 35 and 14. RGB value is (148,53,20). Sum of RGB (Red+Green+Blue) = 148+53+20=221 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.97% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 20 (8.20% from 255 or 9.05% from 221); Max value from RGB is 148 - color contains mainly: red. Hex color #943514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943514 is #6BCAEB. Grayscale: #4D4D4D. Windows color (decimal): -7064300 or 1324436. OLE color: 1324436.

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

Color convert

RGB 148 53 20 -
CMYK 0 0.64 0.86 0.42
HSL 15.47º 0.76% 0.33% -
HSV(B) 15.47º 0.86% 0.58% -
XYZ 13.61 8.89 1.66 -
YUV 77.64 95.47 178.18 -
System Red Green Blue C M Y K H S L
Decimal 148 53 20 0 0.64 0.86 0.42 15.47 0.76 0.33
Hex 94 35 14 0 40 56 2A F 4C 21
Octal 224 65 24 0 100 126 52 17 114 41
Binary 10010100 110101 10100 0 1000000 1010110 101010 1111 1001100 100001

Color Harmonies of #943514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943514

Black with #943514

Text Example


Text Example

White with #943514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943514; }

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

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

background-color css

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

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

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

border-color css

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

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

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