Html Css Color HEX #96361F Burnt Umber

📋 copy color: '#96361F'

red 150 ◦ green 54 ◦ blue 31

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

Shades of Burnt Umber #96361F

Tints of Burnt Umber #96361F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.98%

 BLUE value IS 31 (12.5% from 255) = 13.19%

R = 63.83%
G = 22.98%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#96361F (or 0x96361F) is known color: Burnt Umber. HEX triplet: 96, 36 and 1F. RGB value is (150,54,31). Sum of RGB (Red+Green+Blue) = 150+54+31=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #96361F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96361F is #69C9E0. Grayscale: #505050. Windows color (decimal): -6932961 or 2045590. OLE color: 2045590.

HSL color Cylindrical-coordinate representation of color #96361F: hue angle of 11.6º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #96361F is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 54 31 -
CMYK 0 0.64 0.79 0.41
HSL 11.6º 0.66% 0.35% -
HSV(B) 11.6º 0.79% 0.59% -
XYZ 14.14 9.22 2.33 -
YUV 80.08 100.3 177.87 -
System Red Green Blue C M Y K H S L
Decimal 150 54 31 0 0.64 0.79 0.41 11.6 0.66 0.35
Hex 96 36 1F 0 40 4F 29 C 42 23
Octal 226 66 37 0 100 117 51 14 102 43
Binary 10010110 110110 11111 0 1000000 1001111 101001 1100 1000010 100011

Color Harmonies of #96361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96361F

Black with #96361F

Text Example


Text Example

White with #96361F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96361F; }

 p { color: rgb(150,54,31); }

 H1.HeaderClassName
 {
   color: #96361F;
 }
 .AnyTagClassName
 {
   color: #96361F;
 }
</style>

background-color css

<style>
 a { background-color: #96361F; }

 a { background-color: rgb(150,54,31); }

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

border-color css

<style>
 span { border-color: #96361F; }

 span { border-color: rgb(150,54,31); }

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