Html Css Color HEX #963012 Burnt Umber

📋 copy color: '#963012'

red 150 ◦ green 48 ◦ blue 18

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

Shades of Burnt Umber #963012

Tints of Burnt Umber #963012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.33%

R = 69.44%
G = 22.22%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#963012 (or 0x963012) is known color: Burnt Umber. HEX triplet: 96, 30 and 12. RGB value is (150,48,18). Sum of RGB (Red+Green+Blue) = 150+48+18=216 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.44% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 150 - color contains mainly: red. Hex color #963012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963012 is #69CFED. Grayscale: #4B4B4B. Windows color (decimal): -6934510 or 1192086. OLE color: 1192086.

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

Color convert

RGB 150 48 18 -
CMYK 0 0.68 0.88 0.41
HSL 13.64º 0.79% 0.33% -
HSV(B) 13.64º 0.88% 0.59% -
XYZ 13.74 8.64 1.52 -
YUV 75.08 95.79 181.44 -
System Red Green Blue C M Y K H S L
Decimal 150 48 18 0 0.68 0.88 0.41 13.64 0.79 0.33
Hex 96 30 12 0 44 58 29 E 4F 21
Octal 226 60 22 0 104 130 51 16 117 41
Binary 10010110 110000 10010 0 1000100 1011000 101001 1110 1001111 100001

Color Harmonies of #963012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963012

Black with #963012

Text Example


Text Example

White with #963012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963012; }

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

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

background-color css

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

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

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

border-color css

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

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

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