Html Css Color HEX #9A510F Saddle Brown

📋 copy color: '#9A510F'

red 154 ◦ green 81 ◦ blue 15

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

Shades of Saddle Brown #9A510F

Tints of Saddle Brown #9A510F

RGB

 RED value IS 154 (60.55% from 255) = 61.6%

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

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

R = 61.6%
G = 32.4%
B = 6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A510F (or 0x9A510F) is known color: Saddle Brown. HEX triplet: 9A, 51 and 0F. RGB value is (154,81,15). Sum of RGB (Red+Green+Blue) = 154+81+15=250 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.6% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 154 - color contains mainly: red. Hex color #9A510F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A510F is #65AEF0. Grayscale: #5F5F5F. Windows color (decimal): -6663921 or 1003930. OLE color: 1003930.

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

Color convert

RGB 154 81 15 -
CMYK 0 0.47 0.90 0.40
HSL 28.49º 0.82% 0.33% -
HSV(B) 28.49º 0.9% 0.6% -
XYZ 16.36 12.79 2.06 -
YUV 95.3 82.68 169.87 -
System Red Green Blue C M Y K H S L
Decimal 154 81 15 0 0.47 0.90 0.40 28.49 0.82 0.33
Hex 9A 51 F 0 2F 5A 28 1C 52 21
Octal 232 121 17 0 57 132 50 34 122 41
Binary 10011010 1010001 1111 0 101111 1011010 101000 11100 1010010 100001

Color Harmonies of #9A510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A510F

Black with #9A510F

Text Example


Text Example

White with #9A510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A510F; }

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

 H1.HeaderClassName
 {
   color: #9A510F;
 }
 .AnyTagClassName
 {
   color: #9A510F;
 }
</style>

background-color css

<style>
 a { background-color: #9A510F; }

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

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

border-color css

<style>
 span { border-color: #9A510F; }

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

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