Html Css Color HEX #963014 Burnt Umber

📋 copy color: '#963014'

red 150 ◦ green 48 ◦ blue 20

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

Shades of Burnt Umber #963014

Tints of Burnt Umber #963014

RGB

 RED value IS 150 (58.98% from 255) = 68.81%

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

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

R = 68.81%
G = 22.02%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#963014 (or 0x963014) is known color: Burnt Umber. HEX triplet: 96, 30 and 14. RGB value is (150,48,20). Sum of RGB (Red+Green+Blue) = 150+48+20=218 (28% of max value = 765). Red value is 150 (58.98% from 255 or 68.81% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 150 - color contains mainly: red. Hex color #963014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963014 is #69CFEB. Grayscale: #4B4B4B. Windows color (decimal): -6934508 or 1323158. OLE color: 1323158.

HSL color Cylindrical-coordinate representation of color #963014: hue angle of 12.92º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #963014 is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 48 20 -
CMYK 0 0.68 0.87 0.41
HSL 12.92º 0.76% 0.33% -
HSV(B) 12.92º 0.87% 0.59% -
XYZ 13.76 8.65 1.61 -
YUV 75.31 96.79 181.28 -
System Red Green Blue C M Y K H S L
Decimal 150 48 20 0 0.68 0.87 0.41 12.92 0.76 0.33
Hex 96 30 14 0 44 57 29 D 4C 21
Octal 226 60 24 0 104 127 51 15 114 41
Binary 10010110 110000 10100 0 1000100 1010111 101001 1101 1001100 100001

Color Harmonies of #963014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963014

Black with #963014

Text Example


Text Example

White with #963014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963014; }

 p { color: rgb(150,48,20); }

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

background-color css

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

 a { background-color: rgb(150,48,20); }

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

border-color css

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

 span { border-color: rgb(150,48,20); }

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