Html Css Color HEX #962F16 Burnt Umber

📋 copy color: '#962F16'

red 150 ◦ green 47 ◦ blue 22

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

Shades of Burnt Umber #962F16

Tints of Burnt Umber #962F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.05%

R = 68.49%
G = 21.46%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#962F16 (or 0x962F16) is known color: Burnt Umber. HEX triplet: 96, 2F and 16. RGB value is (150,47,22). Sum of RGB (Red+Green+Blue) = 150+47+22=219 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.49% from 219); Green value is 47 (18.75% from 255 or 21.46% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 150 - color contains mainly: red. Hex color #962F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962F16 is #69D0E9. Grayscale: #4B4B4B. Windows color (decimal): -6934762 or 1453974. OLE color: 1453974.

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

Color convert

RGB 150 47 22 -
CMYK 0 0.69 0.85 0.41
HSL 11.72º 0.74% 0.34% -
HSV(B) 11.72º 0.85% 0.59% -
XYZ 13.74 8.57 1.69 -
YUV 74.95 98.12 181.53 -
System Red Green Blue C M Y K H S L
Decimal 150 47 22 0 0.69 0.85 0.41 11.72 0.74 0.34
Hex 96 2F 16 0 45 55 29 C 4A 22
Octal 226 57 26 0 105 125 51 14 112 42
Binary 10010110 101111 10110 0 1000101 1010101 101001 1100 1001010 100010

Color Harmonies of #962F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962F16

Black with #962F16

Text Example


Text Example

White with #962F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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