Html Css Color HEX #96330D Saddle Brown

📋 copy color: '#96330D'

red 150 ◦ green 51 ◦ blue 13

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

Shades of Saddle Brown #96330D

Tints of Saddle Brown #96330D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.83%

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

R = 70.09%
G = 23.83%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96330D (or 0x96330D) is known color: Saddle Brown. HEX triplet: 96, 33 and 0D. RGB value is (150,51,13). Sum of RGB (Red+Green+Blue) = 150+51+13=214 (28% of max value = 765). Red value is 150 (58.98% from 255 or 70.09% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 150 - color contains mainly: red. Hex color #96330D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96330D is #69CCF2. Grayscale: #4C4C4C. Windows color (decimal): -6933747 or 865174. OLE color: 865174.

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

Color convert

RGB 150 51 13 -
CMYK 0 0.66 0.91 0.41
HSL 16.64º 0.84% 0.32% -
HSV(B) 16.64º 0.91% 0.59% -
XYZ 13.83 8.88 1.37 -
YUV 76.27 92.3 180.59 -
System Red Green Blue C M Y K H S L
Decimal 150 51 13 0 0.66 0.91 0.41 16.64 0.84 0.32
Hex 96 33 D 0 42 5B 29 11 54 20
Octal 226 63 15 0 102 133 51 21 124 40
Binary 10010110 110011 1101 0 1000010 1011011 101001 10001 1010100 100000

Color Harmonies of #96330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96330D

Black with #96330D

Text Example


Text Example

White with #96330D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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