Html Css Color HEX #99390F Saddle Brown

📋 copy color: '#99390F'

red 153 ◦ green 57 ◦ blue 15

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

Shades of Saddle Brown #99390F

Tints of Saddle Brown #99390F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.67%

R = 68%
G = 25.33%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#99390F (or 0x99390F) is known color: Saddle Brown. HEX triplet: 99, 39 and 0F. RGB value is (153,57,15). Sum of RGB (Red+Green+Blue) = 153+57+15=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #99390F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99390F is #66C6F0. Grayscale: #515151. Windows color (decimal): -6735601 or 997785. OLE color: 997785.

HSL color Cylindrical-coordinate representation of color #99390F: hue angle of 18.26º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99390F is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 57 15 -
CMYK 0 0.63 0.90 0.4
HSL 18.26º 0.82% 0.33% -
HSV(B) 18.26º 0.9% 0.6% -
XYZ 14.69 9.73 1.56 -
YUV 80.92 90.8 179.42 -
System Red Green Blue C M Y K H S L
Decimal 153 57 15 0 0.63 0.90 0.4 18.26 0.82 0.33
Hex 99 39 F 0 3F 5A 28 12 52 21
Octal 231 71 17 0 77 132 50 22 122 41
Binary 10011001 111001 1111 0 111111 1011010 101000 10010 1010010 100001

Color Harmonies of #99390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99390F

Black with #99390F

Text Example


Text Example

White with #99390F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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