Html Css Color HEX #96351D Burnt Umber

📋 copy color: '#96351D'

red 150 ◦ green 53 ◦ blue 29

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

Shades of Burnt Umber #96351D

Tints of Burnt Umber #96351D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.84%

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

R = 64.66%
G = 22.84%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96351D (or 0x96351D) is known color: Burnt Umber. HEX triplet: 96, 35 and 1D. RGB value is (150,53,29). Sum of RGB (Red+Green+Blue) = 150+53+29=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #96351D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96351D is #69CAE2. Grayscale: #4F4F4F. Windows color (decimal): -6933219 or 1914262. OLE color: 1914262.

HSL color Cylindrical-coordinate representation of color #96351D: hue angle of 11.9º 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 #96351D is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 53 29 -
CMYK 0 0.65 0.81 0.41
HSL 11.9º 0.68% 0.35% -
HSV(B) 11.9º 0.81% 0.59% -
XYZ 14.07 9.12 2.18 -
YUV 79.27 99.64 178.45 -
System Red Green Blue C M Y K H S L
Decimal 150 53 29 0 0.65 0.81 0.41 11.9 0.68 0.35
Hex 96 35 1D 0 41 51 29 C 44 23
Octal 226 65 35 0 101 121 51 14 104 43
Binary 10010110 110101 11101 0 1000001 1010001 101001 1100 1000100 100011

Color Harmonies of #96351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96351D

Black with #96351D

Text Example


Text Example

White with #96351D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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