Html Css Color HEX #9A500C Saddle Brown

📋 copy color: '#9A500C'

red 154 ◦ green 80 ◦ blue 12

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

Shades of Saddle Brown #9A500C

Tints of Saddle Brown #9A500C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.52%

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

R = 62.6%
G = 32.52%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#9A500C (or 0x9A500C) is known color: Saddle Brown. HEX triplet: 9A, 50 and 0C. RGB value is (154,80,12). Sum of RGB (Red+Green+Blue) = 154+80+12=246 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.60% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 154 - color contains mainly: red. Hex color #9A500C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A500C is #65AFF3. Grayscale: #5E5E5E. Windows color (decimal): -6664180 or 807066. OLE color: 807066.

HSL color Cylindrical-coordinate representation of color #9A500C: hue angle of 28.73º degrees, saturation: 0.86, 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 #9A500C is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 80 12 -
CMYK 0 0.48 0.92 0.40
HSL 28.73º 0.86% 0.33% -
HSV(B) 28.73º 0.92% 0.6% -
XYZ 16.26 12.63 1.93 -
YUV 94.37 81.52 170.53 -
System Red Green Blue C M Y K H S L
Decimal 154 80 12 0 0.48 0.92 0.40 28.73 0.86 0.33
Hex 9A 50 C 0 30 5C 28 1D 56 21
Octal 232 120 14 0 60 134 50 35 126 41
Binary 10011010 1010000 1100 0 110000 1011100 101000 11101 1010110 100001

Color Harmonies of #9A500C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A500C

Black with #9A500C

Text Example


Text Example

White with #9A500C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,80,12); }

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

background-color css

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

 a { background-color: rgb(154,80,12); }

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

border-color css

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

 span { border-color: rgb(154,80,12); }

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