Html Css Color HEX #96351C Burnt Umber

📋 copy color: '#96351C'

red 150 ◦ green 53 ◦ blue 28

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

Shades of Burnt Umber #96351C

Tints of Burnt Umber #96351C

RGB

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

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

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

R = 64.94%
G = 22.94%
B = 12.12%

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

#96351C (or 0x96351C) is known color: Burnt Umber. HEX triplet: 96, 35 and 1C. RGB value is (150,53,28). Sum of RGB (Red+Green+Blue) = 150+53+28=231 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.94% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 150 - color contains mainly: red. Hex color #96351C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96351C is #69CAE3. Grayscale: #4F4F4F. Windows color (decimal): -6933220 or 1848726. OLE color: 1848726.

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

Color convert

RGB 150 53 28 -
CMYK 0 0.65 0.81 0.41
HSL 12.3º 0.69% 0.35% -
HSV(B) 12.3º 0.81% 0.59% -
XYZ 14.06 9.11 2.12 -
YUV 79.15 99.14 178.53 -
System Red Green Blue C M Y K H S L
Decimal 150 53 28 0 0.65 0.81 0.41 12.3 0.69 0.35
Hex 96 35 1C 0 41 51 29 C 45 23
Octal 226 65 34 0 101 121 51 14 105 43
Binary 10010110 110101 11100 0 1000001 1010001 101001 1100 1000101 100011

Color Harmonies of #96351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96351C

Black with #96351C

Text Example


Text Example

White with #96351C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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