Html Css Color HEX #9A4D0D Saddle Brown

📋 copy color: '#9A4D0D'

red 154 ◦ green 77 ◦ blue 13

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

Shades of Saddle Brown #9A4D0D

Tints of Saddle Brown #9A4D0D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.56%

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

R = 63.11%
G = 31.56%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#9A4D0D (or 0x9A4D0D) is known color: Saddle Brown. HEX triplet: 9A, 4D and 0D. RGB value is (154,77,13). Sum of RGB (Red+Green+Blue) = 154+77+13=244 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.11% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A4D0D is #65B2F2. Grayscale: #5D5D5D. Windows color (decimal): -6664947 or 871834. OLE color: 871834.

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

Color convert

RGB 154 77 13 -
CMYK 0 0.50 0.92 0.40
HSL 27.23º 0.84% 0.33% -
HSV(B) 27.23º 0.92% 0.6% -
XYZ 16.05 12.21 1.89 -
YUV 92.73 83.01 171.7 -
System Red Green Blue C M Y K H S L
Decimal 154 77 13 0 0.50 0.92 0.40 27.23 0.84 0.33
Hex 9A 4D D 0 32 5C 28 1B 54 21
Octal 232 115 15 0 62 134 50 33 124 41
Binary 10011010 1001101 1101 0 110010 1011100 101000 11011 1010100 100001

Color Harmonies of #9A4D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4D0D

Black with #9A4D0D

Text Example


Text Example

White with #9A4D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,77,13); }

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

background-color css

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

 a { background-color: rgb(154,77,13); }

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

border-color css

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

 span { border-color: rgb(154,77,13); }

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