Html Css Color HEX #96330E Saddle Brown

📋 copy color: '#96330E'

red 150 ◦ green 51 ◦ blue 14

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

Shades of Saddle Brown #96330E

Tints of Saddle Brown #96330E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.51%

R = 69.77%
G = 23.72%
B = 6.51%

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

#96330E (or 0x96330E) is known color: Saddle Brown. HEX triplet: 96, 33 and 0E. RGB value is (150,51,14). Sum of RGB (Red+Green+Blue) = 150+51+14=215 (28% of max value = 765). Red value is 150 (58.98% from 255 or 69.77% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 150 - color contains mainly: red. Hex color #96330E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96330E is #69CCF1. Grayscale: #4C4C4C. Windows color (decimal): -6933746 or 930710. OLE color: 930710.

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

Color convert

RGB 150 51 14 -
CMYK 0 0.66 0.91 0.41
HSL 16.32º 0.83% 0.32% -
HSV(B) 16.32º 0.91% 0.59% -
XYZ 13.84 8.88 1.4 -
YUV 76.38 92.8 180.51 -
System Red Green Blue C M Y K H S L
Decimal 150 51 14 0 0.66 0.91 0.41 16.32 0.83 0.32
Hex 96 33 E 0 42 5B 29 10 53 20
Octal 226 63 16 0 102 133 51 20 123 40
Binary 10010110 110011 1110 0 1000010 1011011 101001 10000 1010011 100000

Color Harmonies of #96330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96330E

Black with #96330E

Text Example


Text Example

White with #96330E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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