Html Css Color HEX #963119 Burnt Umber

📋 copy color: '#963119'

red 150 ◦ green 49 ◦ blue 25

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

Shades of Burnt Umber #963119

Tints of Burnt Umber #963119

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.88%

 BLUE value IS 25 (10.16% from 255) = 11.16%

R = 66.96%
G = 21.88%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#963119 (or 0x963119) is known color: Burnt Umber. HEX triplet: 96, 31 and 19. RGB value is (150,49,25). Sum of RGB (Red+Green+Blue) = 150+49+25=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #963119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963119 is #69CEE6. Grayscale: #4C4C4C. Windows color (decimal): -6934247 or 1651094. OLE color: 1651094.

HSL color Cylindrical-coordinate representation of color #963119: hue angle of 11.52º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #963119 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 49 25 -
CMYK 0 0.67 0.83 0.41
HSL 11.52º 0.71% 0.34% -
HSV(B) 11.52º 0.83% 0.59% -
XYZ 13.85 8.75 1.88 -
YUV 76.46 98.96 180.45 -
System Red Green Blue C M Y K H S L
Decimal 150 49 25 0 0.67 0.83 0.41 11.52 0.71 0.34
Hex 96 31 19 0 43 53 29 C 47 22
Octal 226 61 31 0 103 123 51 14 107 42
Binary 10010110 110001 11001 0 1000011 1010011 101001 1100 1000111 100010

Color Harmonies of #963119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963119

Black with #963119

Text Example


Text Example

White with #963119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963119; }

 p { color: rgb(150,49,25); }

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

background-color css

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

 a { background-color: rgb(150,49,25); }

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

border-color css

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

 span { border-color: rgb(150,49,25); }

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