Html Css Color HEX #962C14 Burnt Umber

📋 copy color: '#962C14'

red 150 ◦ green 44 ◦ blue 20

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

Shades of Burnt Umber #962C14

Tints of Burnt Umber #962C14

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.56%

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

R = 70.09%
G = 20.56%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#962C14 (or 0x962C14) is known color: Burnt Umber. HEX triplet: 96, 2C and 14. RGB value is (150,44,20). Sum of RGB (Red+Green+Blue) = 150+44+20=214 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.09% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 150 - color contains mainly: red. Hex color #962C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962C14 is #69D3EB. Grayscale: #494949. Windows color (decimal): -6935532 or 1322134. OLE color: 1322134.

HSL color Cylindrical-coordinate representation of color #962C14: hue angle of 11.08º 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 #962C14 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 44 20 -
CMYK 0 0.71 0.87 0.41
HSL 11.08º 0.76% 0.33% -
HSV(B) 11.08º 0.87% 0.59% -
XYZ 13.6 8.34 1.55 -
YUV 72.96 98.12 182.95 -
System Red Green Blue C M Y K H S L
Decimal 150 44 20 0 0.71 0.87 0.41 11.08 0.76 0.33
Hex 96 2C 14 0 47 57 29 B 4C 21
Octal 226 54 24 0 107 127 51 13 114 41
Binary 10010110 101100 10100 0 1000111 1010111 101001 1011 1001100 100001

Color Harmonies of #962C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962C14

Black with #962C14

Text Example


Text Example

White with #962C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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