Html Css Color HEX #96450D Saddle Brown

📋 copy color: '#96450D'

red 150 ◦ green 69 ◦ blue 13

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

Shades of Saddle Brown #96450D

Tints of Saddle Brown #96450D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.74%

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

R = 64.66%
G = 29.74%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96450D (or 0x96450D) is known color: Saddle Brown. HEX triplet: 96, 45 and 0D. RGB value is (150,69,13). Sum of RGB (Red+Green+Blue) = 150+69+13=232 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.66% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 150 - color contains mainly: red. Hex color #96450D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96450D is #69BAF2. Grayscale: #575757. Windows color (decimal): -6929139 or 869782. OLE color: 869782.

HSL color Cylindrical-coordinate representation of color #96450D: hue angle of 24.53º 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 #96450D is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 69 13 -
CMYK 0 0.54 0.91 0.41
HSL 24.53º 0.84% 0.32% -
HSV(B) 24.53º 0.91% 0.59% -
XYZ 14.78 10.77 1.68 -
YUV 86.84 86.34 173.05 -
System Red Green Blue C M Y K H S L
Decimal 150 69 13 0 0.54 0.91 0.41 24.53 0.84 0.32
Hex 96 45 D 0 36 5B 29 19 54 20
Octal 226 105 15 0 66 133 51 31 124 40
Binary 10010110 1000101 1101 0 110110 1011011 101001 11001 1010100 100000

Color Harmonies of #96450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96450D

Black with #96450D

Text Example


Text Example

White with #96450D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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