Html Css Color HEX #99390C Saddle Brown

📋 copy color: '#99390C'

red 153 ◦ green 57 ◦ blue 12

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

Shades of Saddle Brown #99390C

Tints of Saddle Brown #99390C

RGB

 RED value IS 153 (60.16% from 255) = 68.92%

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

 BLUE value IS 12 (5.08% from 255) = 5.41%

R = 68.92%
G = 25.68%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99390C (or 0x99390C) is known color: Saddle Brown. HEX triplet: 99, 39 and 0C. RGB value is (153,57,12). Sum of RGB (Red+Green+Blue) = 153+57+12=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 57 (22.66% from 255 or 25.68% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #99390C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99390C is #66C6F3. Grayscale: #505050. Windows color (decimal): -6735604 or 801177. OLE color: 801177.

HSL color Cylindrical-coordinate representation of color #99390C: hue angle of 19.15º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99390C is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 57 12 -
CMYK 0 0.63 0.92 0.4
HSL 19.15º 0.85% 0.32% -
HSV(B) 19.15º 0.92% 0.6% -
XYZ 14.67 9.73 1.45 -
YUV 80.57 89.3 179.66 -
System Red Green Blue C M Y K H S L
Decimal 153 57 12 0 0.63 0.92 0.4 19.15 0.85 0.32
Hex 99 39 C 0 3F 5C 28 13 55 20
Octal 231 71 14 0 77 134 50 23 125 40
Binary 10011001 111001 1100 0 111111 1011100 101000 10011 1010101 100000

Color Harmonies of #99390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99390C

Black with #99390C

Text Example


Text Example

White with #99390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99390C; }

 p { color: rgb(153,57,12); }

 H1.HeaderClassName
 {
   color: #99390C;
 }
 .AnyTagClassName
 {
   color: #99390C;
 }
</style>

background-color css

<style>
 a { background-color: #99390C; }

 a { background-color: rgb(153,57,12); }

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

border-color css

<style>
 span { border-color: #99390C; }

 span { border-color: rgb(153,57,12); }

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