Html Css Color HEX #962E21 Burnt Umber

📋 copy color: '#962E21'

red 150 ◦ green 46 ◦ blue 33

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

Shades of Burnt Umber #962E21

Tints of Burnt Umber #962E21

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.09%

 BLUE value IS 33 (13.28% from 255) = 14.41%

R = 65.5%
G = 20.09%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.41

RGB Variations

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

Color information

#962E21 (or 0x962E21) is known color: Burnt Umber. HEX triplet: 96, 2E and 21. RGB value is (150,46,33). Sum of RGB (Red+Green+Blue) = 150+46+33=229 (30% of max value = 765). Red value is 150 (58.98% from 255 or 65.50% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 150 - color contains mainly: red. Hex color #962E21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962E21 is #69D1DE. Grayscale: #4B4B4B. Windows color (decimal): -6935007 or 2174614. OLE color: 2174614.

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

Color convert

RGB 150 46 33 -
CMYK 0 0.69 0.78 0.41
HSL 6.67º 0.64% 0.36% -
HSV(B) 6.67º 0.78% 0.59% -
XYZ 13.83 8.55 2.36 -
YUV 75.61 103.96 181.06 -
System Red Green Blue C M Y K H S L
Decimal 150 46 33 0 0.69 0.78 0.41 6.67 0.64 0.36
Hex 96 2E 21 0 45 4E 29 7 40 24
Octal 226 56 41 0 105 116 51 7 100 44
Binary 10010110 101110 100001 0 1000101 1001110 101001 111 1000000 100100

Color Harmonies of #962E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962E21

Black with #962E21

Text Example


Text Example

White with #962E21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,46,33); }

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

background-color css

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

 a { background-color: rgb(150,46,33); }

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

border-color css

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

 span { border-color: rgb(150,46,33); }

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