Html Css Color HEX #9A4F0F Saddle Brown

📋 copy color: '#9A4F0F'

red 154 ◦ green 79 ◦ blue 15

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

Shades of Saddle Brown #9A4F0F

Tints of Saddle Brown #9A4F0F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.85%

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

R = 62.1%
G = 31.85%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A4F0F (or 0x9A4F0F) is known color: Saddle Brown. HEX triplet: 9A, 4F and 0F. RGB value is (154,79,15). Sum of RGB (Red+Green+Blue) = 154+79+15=248 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.10% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A4F0F is #65B0F0. Grayscale: #5E5E5E. Windows color (decimal): -6664433 or 1003418. OLE color: 1003418.

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

Color convert

RGB 154 79 15 -
CMYK 0 0.49 0.90 0.40
HSL 27.63º 0.82% 0.33% -
HSV(B) 27.63º 0.9% 0.6% -
XYZ 16.21 12.5 2.01 -
YUV 94.13 83.35 170.7 -
System Red Green Blue C M Y K H S L
Decimal 154 79 15 0 0.49 0.90 0.40 27.63 0.82 0.33
Hex 9A 4F F 0 31 5A 28 1C 52 21
Octal 232 117 17 0 61 132 50 34 122 41
Binary 10011010 1001111 1111 0 110001 1011010 101000 11100 1010010 100001

Color Harmonies of #9A4F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4F0F

Black with #9A4F0F

Text Example


Text Example

White with #9A4F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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