Html Css Color HEX #96300C Saddle Brown

📋 copy color: '#96300C'

red 150 ◦ green 48 ◦ blue 12

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

Shades of Saddle Brown #96300C

Tints of Saddle Brown #96300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.86%

 BLUE value IS 12 (5.08% from 255) = 5.71%

R = 71.43%
G = 22.86%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96300C (or 0x96300C) is known color: Saddle Brown. HEX triplet: 96, 30 and 0C. RGB value is (150,48,12). Sum of RGB (Red+Green+Blue) = 150+48+12=210 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.43% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 150 - color contains mainly: red. Hex color #96300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96300C is #69CFF3. Grayscale: #4A4A4A. Windows color (decimal): -6934516 or 798870. OLE color: 798870.

HSL color Cylindrical-coordinate representation of color #96300C: hue angle of 15.65º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96300C is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 48 12 -
CMYK 0 0.68 0.92 0.41
HSL 15.65º 0.85% 0.32% -
HSV(B) 15.65º 0.92% 0.59% -
XYZ 13.7 8.62 1.29 -
YUV 74.39 92.79 181.93 -
System Red Green Blue C M Y K H S L
Decimal 150 48 12 0 0.68 0.92 0.41 15.65 0.85 0.32
Hex 96 30 C 0 44 5C 29 10 55 20
Octal 226 60 14 0 104 134 51 20 125 40
Binary 10010110 110000 1100 0 1000100 1011100 101001 10000 1010101 100000

Color Harmonies of #96300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96300C

Black with #96300C

Text Example


Text Example

White with #96300C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,48,12); }

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

background-color css

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

 a { background-color: rgb(150,48,12); }

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

border-color css

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

 span { border-color: rgb(150,48,12); }

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