Html Css Color HEX #962A13 Burnt Umber

📋 copy color: '#962A13'

red 150 ◦ green 42 ◦ blue 19

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

Shades of Burnt Umber #962A13

Tints of Burnt Umber #962A13

RGB

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

 GREEN value IS 42 (16.8% from 255) = 19.91%

 BLUE value IS 19 (7.81% from 255) = 9%

R = 71.09%
G = 19.91%
B = 9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#962A13 (or 0x962A13) is known color: Burnt Umber. HEX triplet: 96, 2A and 13. RGB value is (150,42,19). Sum of RGB (Red+Green+Blue) = 150+42+19=211 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.09% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 150 - color contains mainly: red. Hex color #962A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962A13 is #69D5EC. Grayscale: #474747. Windows color (decimal): -6936045 or 1256086. OLE color: 1256086.

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

Color convert

RGB 150 42 19 -
CMYK 0 0.72 0.87 0.41
HSL 10.53º 0.78% 0.33% -
HSV(B) 10.53º 0.87% 0.59% -
XYZ 13.52 8.19 1.48 -
YUV 71.67 98.28 183.87 -
System Red Green Blue C M Y K H S L
Decimal 150 42 19 0 0.72 0.87 0.41 10.53 0.78 0.33
Hex 96 2A 13 0 48 57 29 B 4E 21
Octal 226 52 23 0 110 127 51 13 116 41
Binary 10010110 101010 10011 0 1001000 1010111 101001 1011 1001110 100001

Color Harmonies of #962A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962A13

Black with #962A13

Text Example


Text Example

White with #962A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,42,19); }

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

background-color css

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

 a { background-color: rgb(150,42,19); }

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

border-color css

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

 span { border-color: rgb(150,42,19); }

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