Html Css Color HEX #963514 Burnt Umber

📋 copy color: '#963514'

red 150 ◦ green 53 ◦ blue 20

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

Shades of Burnt Umber #963514

Tints of Burnt Umber #963514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.97%

R = 67.26%
G = 23.77%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#963514 (or 0x963514) is known color: Burnt Umber. HEX triplet: 96, 35 and 14. RGB value is (150,53,20). Sum of RGB (Red+Green+Blue) = 150+53+20=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #963514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #963514 is #69CAEB. Grayscale: #4E4E4E. Windows color (decimal): -6933228 or 1324438. OLE color: 1324438.

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

Color convert

RGB 150 53 20 -
CMYK 0 0.65 0.87 0.41
HSL 15.23º 0.76% 0.33% -
HSV(B) 15.23º 0.87% 0.59% -
XYZ 13.98 9.08 1.68 -
YUV 78.24 95.14 179.18 -
System Red Green Blue C M Y K H S L
Decimal 150 53 20 0 0.65 0.87 0.41 15.23 0.76 0.33
Hex 96 35 14 0 41 57 29 F 4C 21
Octal 226 65 24 0 101 127 51 17 114 41
Binary 10010110 110101 10100 0 1000001 1010111 101001 1111 1001100 100001

Color Harmonies of #963514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963514

Black with #963514

Text Example


Text Example

White with #963514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963514; }

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

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

background-color css

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

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

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

border-color css

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

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

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