Html Css Color HEX #963519 Burnt Umber

📋 copy color: '#963519'

red 150 ◦ green 53 ◦ blue 25

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

Shades of Burnt Umber #963519

Tints of Burnt Umber #963519

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.25%

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

R = 65.79%
G = 23.25%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#963519 (or 0x963519) is known color: Burnt Umber. HEX triplet: 96, 35 and 19. RGB value is (150,53,25). Sum of RGB (Red+Green+Blue) = 150+53+25=228 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.79% from 228); Green value is 53 (21.09% from 255 or 23.25% from 228); Blue value is 25 (10.16% from 255 or 10.96% from 228); Max value from RGB is 150 - color contains mainly: red. Hex color #963519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963519 is #69CAE6. Grayscale: #4F4F4F. Windows color (decimal): -6933223 or 1652118. OLE color: 1652118.

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

Color convert

RGB 150 53 25 -
CMYK 0 0.65 0.83 0.41
HSL 13.44º 0.71% 0.34% -
HSV(B) 13.44º 0.83% 0.59% -
XYZ 14.03 9.1 1.94 -
YUV 78.81 97.64 178.78 -
System Red Green Blue C M Y K H S L
Decimal 150 53 25 0 0.65 0.83 0.41 13.44 0.71 0.34
Hex 96 35 19 0 41 53 29 D 47 22
Octal 226 65 31 0 101 123 51 15 107 42
Binary 10010110 110101 11001 0 1000001 1010011 101001 1101 1000111 100010

Color Harmonies of #963519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963519

Black with #963519

Text Example


Text Example

White with #963519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963519; }

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

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

background-color css

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

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

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

border-color css

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

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

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