Html Css Color HEX #99410D Saddle Brown

📋 copy color: '#99410D'

red 153 ◦ green 65 ◦ blue 13

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

Shades of Saddle Brown #99410D

Tints of Saddle Brown #99410D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.14%

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

R = 66.23%
G = 28.14%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99410D (or 0x99410D) is known color: Saddle Brown. HEX triplet: 99, 41 and 0D. RGB value is (153,65,13). Sum of RGB (Red+Green+Blue) = 153+65+13=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #99410D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99410D is #66BEF2. Grayscale: #555555. Windows color (decimal): -6733555 or 868761. OLE color: 868761.

HSL color Cylindrical-coordinate representation of color #99410D: hue angle of 22.29º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99410D is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 65 13 -
CMYK 0 0.58 0.92 0.4
HSL 22.29º 0.84% 0.33% -
HSV(B) 22.29º 0.92% 0.6% -
XYZ 15.1 10.58 1.63 -
YUV 85.38 87.15 176.23 -
System Red Green Blue C M Y K H S L
Decimal 153 65 13 0 0.58 0.92 0.4 22.29 0.84 0.33
Hex 99 41 D 0 3A 5C 28 16 54 21
Octal 231 101 15 0 72 134 50 26 124 41
Binary 10011001 1000001 1101 0 111010 1011100 101000 10110 1010100 100001

Color Harmonies of #99410D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99410D

Black with #99410D

Text Example


Text Example

White with #99410D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,65,13); }

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

background-color css

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

 a { background-color: rgb(153,65,13); }

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

border-color css

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

 span { border-color: rgb(153,65,13); }

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