Html Css Color HEX #962F12 Burnt Umber

📋 copy color: '#962F12'

red 150 ◦ green 47 ◦ blue 18

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

Shades of Burnt Umber #962F12

Tints of Burnt Umber #962F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.37%

R = 69.77%
G = 21.86%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#962F12 (or 0x962F12) is known color: Burnt Umber. HEX triplet: 96, 2F and 12. RGB value is (150,47,18). Sum of RGB (Red+Green+Blue) = 150+47+18=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 47 (18.75% from 255 or 21.86% from 215); Blue value is 18 (7.42% from 255 or 8.37% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #962F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962F12 is #69D0ED. Grayscale: #4A4A4A. Windows color (decimal): -6934766 or 1191830. OLE color: 1191830.

HSL color Cylindrical-coordinate representation of color #962F12: hue angle of 13.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #962F12 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 47 18 -
CMYK 0 0.69 0.88 0.41
HSL 13.18º 0.79% 0.33% -
HSV(B) 13.18º 0.88% 0.59% -
XYZ 13.7 8.56 1.5 -
YUV 74.49 96.12 181.86 -
System Red Green Blue C M Y K H S L
Decimal 150 47 18 0 0.69 0.88 0.41 13.18 0.79 0.33
Hex 96 2F 12 0 45 58 29 D 4F 21
Octal 226 57 22 0 105 130 51 15 117 41
Binary 10010110 101111 10010 0 1000101 1011000 101001 1101 1001111 100001

Color Harmonies of #962F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962F12

Black with #962F12

Text Example


Text Example

White with #962F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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