Html Css Color HEX #9A3A0D Saddle Brown

📋 copy color: '#9A3A0D'

red 154 ◦ green 58 ◦ blue 13

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

Shades of Saddle Brown #9A3A0D

Tints of Saddle Brown #9A3A0D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.78%

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

R = 68.44%
G = 25.78%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#9A3A0D (or 0x9A3A0D) is known color: Saddle Brown. HEX triplet: 9A, 3A and 0D. RGB value is (154,58,13). Sum of RGB (Red+Green+Blue) = 154+58+13=225 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.44% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3A0D is #65C5F2. Grayscale: #515151. Windows color (decimal): -6669811 or 866970. OLE color: 866970.

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

Color convert

RGB 154 58 13 -
CMYK 0 0.62 0.92 0.40
HSL 19.15º 0.84% 0.33% -
HSV(B) 19.15º 0.92% 0.6% -
XYZ 14.91 9.93 1.51 -
YUV 81.57 89.3 179.66 -
System Red Green Blue C M Y K H S L
Decimal 154 58 13 0 0.62 0.92 0.40 19.15 0.84 0.33
Hex 9A 3A D 0 3E 5C 28 13 54 21
Octal 232 72 15 0 76 134 50 23 124 41
Binary 10011010 111010 1101 0 111110 1011100 101000 10011 1010100 100001

Color Harmonies of #9A3A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3A0D

Black with #9A3A0D

Text Example


Text Example

White with #9A3A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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