Html Css Color HEX #96310C Saddle Brown

📋 copy color: '#96310C'

red 150 ◦ green 49 ◦ blue 12

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

Shades of Saddle Brown #96310C

Tints of Saddle Brown #96310C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.22%

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

R = 71.09%
G = 23.22%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96310C (or 0x96310C) is known color: Saddle Brown. HEX triplet: 96, 31 and 0C. RGB value is (150,49,12). Sum of RGB (Red+Green+Blue) = 150+49+12=211 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.09% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 150 - color contains mainly: red. Hex color #96310C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96310C is #69CEF3. Grayscale: #4B4B4B. Windows color (decimal): -6934260 or 799126. OLE color: 799126.

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

Color convert

RGB 150 49 12 -
CMYK 0 0.67 0.92 0.41
HSL 16.09º 0.85% 0.32% -
HSV(B) 16.09º 0.92% 0.59% -
XYZ 13.74 8.71 1.3 -
YUV 74.98 92.46 181.51 -
System Red Green Blue C M Y K H S L
Decimal 150 49 12 0 0.67 0.92 0.41 16.09 0.85 0.32
Hex 96 31 C 0 43 5C 29 10 55 20
Octal 226 61 14 0 103 134 51 20 125 40
Binary 10010110 110001 1100 0 1000011 1011100 101001 10000 1010101 100000

Color Harmonies of #96310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96310C

Black with #96310C

Text Example


Text Example

White with #96310C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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