Html Css Color HEX #962D1C Burnt Umber

📋 copy color: '#962D1C'

red 150 ◦ green 45 ◦ blue 28

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

Shades of Burnt Umber #962D1C

Tints of Burnt Umber #962D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.56%

R = 67.26%
G = 20.18%
B = 12.56%

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

#962D1C (or 0x962D1C) is known color: Burnt Umber. HEX triplet: 96, 2D and 1C. RGB value is (150,45,28). Sum of RGB (Red+Green+Blue) = 150+45+28=223 (29% of max value = 765). Red value is 150 (58.98% from 255 or 67.26% from 223); Green value is 45 (17.97% from 255 or 20.18% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 150 - color contains mainly: red. Hex color #962D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962D1C is #69D2E3. Grayscale: #4A4A4A. Windows color (decimal): -6935268 or 1846678. OLE color: 1846678.

HSL color Cylindrical-coordinate representation of color #962D1C: hue angle of 8.36º degrees, saturation: 0.69, 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 #962D1C is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 45 28 -
CMYK 0 0.70 0.81 0.41
HSL 8.36º 0.69% 0.35% -
HSV(B) 8.36º 0.81% 0.59% -
XYZ 13.73 8.44 2.01 -
YUV 74.46 101.79 181.88 -
System Red Green Blue C M Y K H S L
Decimal 150 45 28 0 0.70 0.81 0.41 8.36 0.69 0.35
Hex 96 2D 1C 0 46 51 29 8 45 23
Octal 226 55 34 0 106 121 51 10 105 43
Binary 10010110 101101 11100 0 1000110 1010001 101001 1000 1000101 100011

Color Harmonies of #962D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962D1C

Black with #962D1C

Text Example


Text Example

White with #962D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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