Html Css Color HEX #963319 Burnt Umber

📋 copy color: '#963319'

red 150 ◦ green 51 ◦ blue 25

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

Shades of Burnt Umber #963319

Tints of Burnt Umber #963319

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.57%

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

R = 66.37%
G = 22.57%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#963319 (or 0x963319) is known color: Burnt Umber. HEX triplet: 96, 33 and 19. RGB value is (150,51,25). Sum of RGB (Red+Green+Blue) = 150+51+25=226 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.37% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 150 - color contains mainly: red. Hex color #963319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963319 is #69CCE6. Grayscale: #4D4D4D. Windows color (decimal): -6933735 or 1651606. OLE color: 1651606.

HSL color Cylindrical-coordinate representation of color #963319: hue angle of 12.48º 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 #963319 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 51 25 -
CMYK 0 0.66 0.83 0.41
HSL 12.48º 0.71% 0.34% -
HSV(B) 12.48º 0.83% 0.59% -
XYZ 13.94 8.92 1.91 -
YUV 77.64 98.3 179.61 -
System Red Green Blue C M Y K H S L
Decimal 150 51 25 0 0.66 0.83 0.41 12.48 0.71 0.34
Hex 96 33 19 0 42 53 29 C 47 22
Octal 226 63 31 0 102 123 51 14 107 42
Binary 10010110 110011 11001 0 1000010 1010011 101001 1100 1000111 100010

Color Harmonies of #963319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963319

Black with #963319

Text Example


Text Example

White with #963319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963319; }

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

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

background-color css

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

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

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

border-color css

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

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

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