Html Css Color HEX #9A410C Saddle Brown

📋 copy color: '#9A410C'

red 154 ◦ green 65 ◦ blue 12

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

Shades of Saddle Brown #9A410C

Tints of Saddle Brown #9A410C

RGB

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

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

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

R = 66.67%
G = 28.14%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#9A410C (or 0x9A410C) is known color: Saddle Brown. HEX triplet: 9A, 41 and 0C. RGB value is (154,65,12). Sum of RGB (Red+Green+Blue) = 154+65+12=231 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.67% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 154 - color contains mainly: red. Hex color #9A410C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A410C is #65BEF3. Grayscale: #555555. Windows color (decimal): -6668020 or 803226. OLE color: 803226.

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

Color convert

RGB 154 65 12 -
CMYK 0 0.58 0.92 0.40
HSL 22.39º 0.86% 0.33% -
HSV(B) 22.39º 0.92% 0.6% -
XYZ 15.28 10.68 1.6 -
YUV 85.57 86.49 176.81 -
System Red Green Blue C M Y K H S L
Decimal 154 65 12 0 0.58 0.92 0.40 22.39 0.86 0.33
Hex 9A 41 C 0 3A 5C 28 16 56 21
Octal 232 101 14 0 72 134 50 26 126 41
Binary 10011010 1000001 1100 0 111010 1011100 101000 10110 1010110 100001

Color Harmonies of #9A410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A410C

Black with #9A410C

Text Example


Text Example

White with #9A410C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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