Html Css Color HEX #962D1D Burnt Umber

📋 copy color: '#962D1D'

red 150 ◦ green 45 ◦ blue 29

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

Shades of Burnt Umber #962D1D

Tints of Burnt Umber #962D1D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 20.09%

 BLUE value IS 29 (11.72% from 255) = 12.95%

R = 66.96%
G = 20.09%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#962D1D (or 0x962D1D) is known color: Burnt Umber. HEX triplet: 96, 2D and 1D. RGB value is (150,45,29). Sum of RGB (Red+Green+Blue) = 150+45+29=224 (29% of max value = 765). Red value is 150 (58.98% from 255 or 66.96% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 150 - color contains mainly: red. Hex color #962D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962D1D is #69D2E2. Grayscale: #4A4A4A. Windows color (decimal): -6935267 or 1912214. OLE color: 1912214.

HSL color Cylindrical-coordinate representation of color #962D1D: hue angle of 7.93º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #962D1D is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 45 29 -
CMYK 0 0.70 0.81 0.41
HSL 7.93º 0.68% 0.35% -
HSV(B) 7.93º 0.81% 0.59% -
XYZ 13.74 8.45 2.07 -
YUV 74.57 102.29 181.8 -
System Red Green Blue C M Y K H S L
Decimal 150 45 29 0 0.70 0.81 0.41 7.93 0.68 0.35
Hex 96 2D 1D 0 46 51 29 8 44 23
Octal 226 55 35 0 106 121 51 10 104 43
Binary 10010110 101101 11101 0 1000110 1010001 101001 1000 1000100 100011

Color Harmonies of #962D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962D1D

Black with #962D1D

Text Example


Text Example

White with #962D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,45,29); }

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

background-color css

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

 a { background-color: rgb(150,45,29); }

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

border-color css

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

 span { border-color: rgb(150,45,29); }

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