Html Css Color HEX #962F14 Burnt Umber

📋 copy color: '#962F14'

red 150 ◦ green 47 ◦ blue 20

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

Shades of Burnt Umber #962F14

Tints of Burnt Umber #962F14

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.66%

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

R = 69.12%
G = 21.66%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#962F14 (or 0x962F14) is known color: Burnt Umber. HEX triplet: 96, 2F and 14. RGB value is (150,47,20). Sum of RGB (Red+Green+Blue) = 150+47+20=217 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.12% from 217); Green value is 47 (18.75% from 255 or 21.66% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 150 - color contains mainly: red. Hex color #962F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962F14 is #69D0EB. Grayscale: #4A4A4A. Windows color (decimal): -6934764 or 1322902. OLE color: 1322902.

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

Color convert

RGB 150 47 20 -
CMYK 0 0.69 0.87 0.41
HSL 12.46º 0.76% 0.33% -
HSV(B) 12.46º 0.87% 0.59% -
XYZ 13.72 8.57 1.59 -
YUV 74.72 97.12 181.7 -
System Red Green Blue C M Y K H S L
Decimal 150 47 20 0 0.69 0.87 0.41 12.46 0.76 0.33
Hex 96 2F 14 0 45 57 29 C 4C 21
Octal 226 57 24 0 105 127 51 14 114 41
Binary 10010110 101111 10100 0 1000101 1010111 101001 1100 1001100 100001

Color Harmonies of #962F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962F14

Black with #962F14

Text Example


Text Example

White with #962F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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