Html Css Color HEX #963518 Burnt Umber

📋 copy color: '#963518'

red 150 ◦ green 53 ◦ blue 24

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

Shades of Burnt Umber #963518

Tints of Burnt Umber #963518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.57%

R = 66.08%
G = 23.35%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#963518 (or 0x963518) is known color: Burnt Umber. HEX triplet: 96, 35 and 18. RGB value is (150,53,24). Sum of RGB (Red+Green+Blue) = 150+53+24=227 (30% of max value = 765). Red value is 150 (58.98% from 255 or 66.08% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 24 (9.77% from 255 or 10.57% from 227); Max value from RGB is 150 - color contains mainly: red. Hex color #963518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963518 is #69CAE7. Grayscale: #4E4E4E. Windows color (decimal): -6933224 or 1586582. OLE color: 1586582.

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

Color convert

RGB 150 53 24 -
CMYK 0 0.65 0.84 0.41
HSL 13.81º 0.72% 0.34% -
HSV(B) 13.81º 0.84% 0.59% -
XYZ 14.02 9.1 1.88 -
YUV 78.7 97.14 178.86 -
System Red Green Blue C M Y K H S L
Decimal 150 53 24 0 0.65 0.84 0.41 13.81 0.72 0.34
Hex 96 35 18 0 41 54 29 E 48 22
Octal 226 65 30 0 101 124 51 16 110 42
Binary 10010110 110101 11000 0 1000001 1010100 101001 1110 1001000 100010

Color Harmonies of #963518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963518

Black with #963518

Text Example


Text Example

White with #963518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963518; }

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

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

background-color css

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

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

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

border-color css

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

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

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