Html Css Color HEX #99510F Saddle Brown

📋 copy color: '#99510F'

red 153 ◦ green 81 ◦ blue 15

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

Shades of Saddle Brown #99510F

Tints of Saddle Brown #99510F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.53%

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

R = 61.45%
G = 32.53%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#99510F (or 0x99510F) is known color: Saddle Brown. HEX triplet: 99, 51 and 0F. RGB value is (153,81,15). Sum of RGB (Red+Green+Blue) = 153+81+15=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #99510F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #99510F is #66AEF0. Grayscale: #5F5F5F. Windows color (decimal): -6729457 or 1003929. OLE color: 1003929.

HSL color Cylindrical-coordinate representation of color #99510F: hue angle of 28.7º 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 #99510F is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 81 15 -
CMYK 0 0.47 0.90 0.4
HSL 28.7º 0.82% 0.33% -
HSV(B) 28.7º 0.9% 0.6% -
XYZ 16.17 12.69 2.05 -
YUV 95 82.85 169.37 -
System Red Green Blue C M Y K H S L
Decimal 153 81 15 0 0.47 0.90 0.4 28.7 0.82 0.33
Hex 99 51 F 0 2F 5A 28 1D 52 21
Octal 231 121 17 0 57 132 50 35 122 41
Binary 10011001 1010001 1111 0 101111 1011010 101000 11101 1010010 100001

Color Harmonies of #99510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99510F

Black with #99510F

Text Example


Text Example

White with #99510F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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