Html Css Color HEX #96361C Burnt Umber

📋 copy color: '#96361C'

red 150 ◦ green 54 ◦ blue 28

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

Shades of Burnt Umber #96361C

Tints of Burnt Umber #96361C

RGB

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

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

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

R = 64.66%
G = 23.28%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#96361C (or 0x96361C) is known color: Burnt Umber. HEX triplet: 96, 36 and 1C. RGB value is (150,54,28). Sum of RGB (Red+Green+Blue) = 150+54+28=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #96361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96361C is #69C9E3. Grayscale: #4F4F4F. Windows color (decimal): -6932964 or 1848982. OLE color: 1848982.

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

Color convert

RGB 150 54 28 -
CMYK 0 0.64 0.81 0.41
HSL 12.79º 0.69% 0.35% -
HSV(B) 12.79º 0.81% 0.59% -
XYZ 14.11 9.21 2.13 -
YUV 79.74 98.8 178.11 -
System Red Green Blue C M Y K H S L
Decimal 150 54 28 0 0.64 0.81 0.41 12.79 0.69 0.35
Hex 96 36 1C 0 40 51 29 D 45 23
Octal 226 66 34 0 100 121 51 15 105 43
Binary 10010110 110110 11100 0 1000000 1010001 101001 1101 1000101 100011

Color Harmonies of #96361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96361C

Black with #96361C

Text Example


Text Example

White with #96361C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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