Html Css Color HEX #943614 Burnt Umber

📋 copy color: '#943614'

red 148 ◦ green 54 ◦ blue 20

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

Shades of Burnt Umber #943614

Tints of Burnt Umber #943614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.32%

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

R = 66.67%
G = 24.32%
B = 9.01%

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

#943614 (or 0x943614) is known color: Burnt Umber. HEX triplet: 94, 36 and 14. RGB value is (148,54,20). Sum of RGB (Red+Green+Blue) = 148+54+20=222 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.67% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 148 - color contains mainly: red. Hex color #943614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943614 is #6BC9EB. Grayscale: #4E4E4E. Windows color (decimal): -7064044 or 1324692. OLE color: 1324692.

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

Color convert

RGB 148 54 20 -
CMYK 0 0.64 0.86 0.42
HSL 15.94º 0.76% 0.33% -
HSV(B) 15.94º 0.86% 0.58% -
XYZ 13.66 8.98 1.68 -
YUV 78.23 95.14 177.76 -
System Red Green Blue C M Y K H S L
Decimal 148 54 20 0 0.64 0.86 0.42 15.94 0.76 0.33
Hex 94 36 14 0 40 56 2A 10 4C 21
Octal 224 66 24 0 100 126 52 20 114 41
Binary 10010100 110110 10100 0 1000000 1010110 101010 10000 1001100 100001

Color Harmonies of #943614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #943614

Black with #943614

Text Example


Text Example

White with #943614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #943614; }

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

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

background-color css

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

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

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

border-color css

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

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

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