Html Css Color HEX #96390D Saddle Brown

📋 copy color: '#96390D'

red 150 ◦ green 57 ◦ blue 13

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

Shades of Saddle Brown #96390D

Tints of Saddle Brown #96390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.91%

 BLUE value IS 13 (5.47% from 255) = 5.91%

R = 68.18%
G = 25.91%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96390D (or 0x96390D) is known color: Saddle Brown. HEX triplet: 96, 39 and 0D. RGB value is (150,57,13). Sum of RGB (Red+Green+Blue) = 150+57+13=220 (29% of max value = 765). Red value is 150 (58.98% from 255 or 68.18% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 13 (5.47% from 255 or 5.91% from 220); Max value from RGB is 150 - color contains mainly: red. Hex color #96390D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96390D is #69C6F2. Grayscale: #505050. Windows color (decimal): -6932211 or 866710. OLE color: 866710.

HSL color Cylindrical-coordinate representation of color #96390D: hue angle of 19.27º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96390D is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 57 13 -
CMYK 0 0.62 0.91 0.41
HSL 19.27º 0.84% 0.32% -
HSV(B) 19.27º 0.91% 0.59% -
XYZ 14.11 9.44 1.46 -
YUV 79.79 90.31 178.08 -
System Red Green Blue C M Y K H S L
Decimal 150 57 13 0 0.62 0.91 0.41 19.27 0.84 0.32
Hex 96 39 D 0 3E 5B 29 13 54 20
Octal 226 71 15 0 76 133 51 23 124 40
Binary 10010110 111001 1101 0 111110 1011011 101001 10011 1010100 100000

Color Harmonies of #96390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96390D

Black with #96390D

Text Example


Text Example

White with #96390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96390D; }

 p { color: rgb(150,57,13); }

 H1.HeaderClassName
 {
   color: #96390D;
 }
 .AnyTagClassName
 {
   color: #96390D;
 }
</style>

background-color css

<style>
 a { background-color: #96390D; }

 a { background-color: rgb(150,57,13); }

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

border-color css

<style>
 span { border-color: #96390D; }

 span { border-color: rgb(150,57,13); }

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