Html Css Color HEX #9A340F Saddle Brown

📋 copy color: '#9A340F'

red 154 ◦ green 52 ◦ blue 15

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

Shades of Saddle Brown #9A340F

Tints of Saddle Brown #9A340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.53%

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

R = 69.68%
G = 23.53%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A340F (or 0x9A340F) is known color: Saddle Brown. HEX triplet: 9A, 34 and 0F. RGB value is (154,52,15). Sum of RGB (Red+Green+Blue) = 154+52+15=221 (29% of max value = 765). Red value is 154 (60.55% from 255 or 69.68% from 221); Green value is 52 (20.70% from 255 or 23.53% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 154 - color contains mainly: red. Hex color #9A340F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A340F is #65CBF0. Grayscale: #4E4E4E. Windows color (decimal): -6671345 or 996506. OLE color: 996506.

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

Color convert

RGB 154 52 15 -
CMYK 0 0.66 0.90 0.40
HSL 15.97º 0.82% 0.33% -
HSV(B) 15.97º 0.9% 0.6% -
XYZ 14.64 9.36 1.49 -
YUV 78.28 92.29 182.01 -
System Red Green Blue C M Y K H S L
Decimal 154 52 15 0 0.66 0.90 0.40 15.97 0.82 0.33
Hex 9A 34 F 0 42 5A 28 10 52 21
Octal 232 64 17 0 102 132 50 20 122 41
Binary 10011010 110100 1111 0 1000010 1011010 101000 10000 1010010 100001

Color Harmonies of #9A340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A340F

Black with #9A340F

Text Example


Text Example

White with #9A340F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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