Html Css Color HEX #96280D Burnt Umber

📋 copy color: '#96280D'

red 150 ◦ green 40 ◦ blue 13

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

Shades of Burnt Umber #96280D

Tints of Burnt Umber #96280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.7%

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 73.89%
G = 19.7%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96280D (or 0x96280D) is known color: Burnt Umber. HEX triplet: 96, 28 and 0D. RGB value is (150,40,13). Sum of RGB (Red+Green+Blue) = 150+40+13=203 (26% of max value = 765). Red value is 150 (58.98% from 255 or 73.89% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 150 - color contains mainly: red. Hex color #96280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96280D is #69D7F2. Grayscale: #464646. Windows color (decimal): -6936563 or 862358. OLE color: 862358.

HSL color Cylindrical-coordinate representation of color #96280D: hue angle of 11.82º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96280D is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 40 13 -
CMYK 0 0.73 0.91 0.41
HSL 11.82º 0.84% 0.32% -
HSV(B) 11.82º 0.91% 0.59% -
XYZ 13.41 8.03 1.22 -
YUV 69.81 95.94 185.2 -
System Red Green Blue C M Y K H S L
Decimal 150 40 13 0 0.73 0.91 0.41 11.82 0.84 0.32
Hex 96 28 D 0 49 5B 29 C 54 20
Octal 226 50 15 0 111 133 51 14 124 40
Binary 10010110 101000 1101 0 1001001 1011011 101001 1100 1010100 100000

Color Harmonies of #96280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96280D

Black with #96280D

Text Example


Text Example

White with #96280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96280D; }

 p { color: rgb(150,40,13); }

 H1.HeaderClassName
 {
   color: #96280D;
 }
 .AnyTagClassName
 {
   color: #96280D;
 }
</style>

background-color css

<style>
 a { background-color: #96280D; }

 a { background-color: rgb(150,40,13); }

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

border-color css

<style>
 span { border-color: #96280D; }

 span { border-color: rgb(150,40,13); }

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