Html Css Color HEX #96300B Saddle Brown

📋 copy color: '#96300B'

red 150 ◦ green 48 ◦ blue 11

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

Shades of Saddle Brown #96300B

Tints of Saddle Brown #96300B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.26%

R = 71.77%
G = 22.97%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96300B (or 0x96300B) is known color: Saddle Brown. HEX triplet: 96, 30 and 0B. RGB value is (150,48,11). Sum of RGB (Red+Green+Blue) = 150+48+11=209 (27% of max value = 765). Red value is 150 (58.98% from 255 or 71.77% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 150 - color contains mainly: red. Hex color #96300B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96300B is #69CFF4. Grayscale: #4A4A4A. Windows color (decimal): -6934517 or 733334. OLE color: 733334.

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

Color convert

RGB 150 48 11 -
CMYK 0 0.68 0.93 0.41
HSL 15.97º 0.86% 0.32% -
HSV(B) 15.97º 0.93% 0.59% -
XYZ 13.7 8.62 1.26 -
YUV 74.28 92.29 182.01 -
System Red Green Blue C M Y K H S L
Decimal 150 48 11 0 0.68 0.93 0.41 15.97 0.86 0.32
Hex 96 30 B 0 44 5D 29 10 56 20
Octal 226 60 13 0 104 135 51 20 126 40
Binary 10010110 110000 1011 0 1000100 1011101 101001 10000 1010110 100000

Color Harmonies of #96300B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96300B

Black with #96300B

Text Example


Text Example

White with #96300B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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