Html Css Color HEX #9F440A Saddle Brown

📋 copy color: '#9F440A'

red 159 ◦ green 68 ◦ blue 10

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

Shades of Saddle Brown #9F440A

Tints of Saddle Brown #9F440A

RGB

 RED value IS 159 (62.5% from 255) = 67.09%

 GREEN value IS 68 (26.95% from 255) = 28.69%

 BLUE value IS 10 (4.3% from 255) = 4.22%

R = 67.09%
G = 28.69%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#9F440A (or 0x9F440A) is known color: Saddle Brown. HEX triplet: 9F, 44 and 0A. RGB value is (159,68,10). Sum of RGB (Red+Green+Blue) = 159+68+10=237 (31% of max value = 765). Red value is 159 (62.5% from 255 or 67.09% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 159 - color contains mainly: red. Hex color #9F440A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F440A is #60BBF5. Grayscale: #585858. Windows color (decimal): -6339574 or 672927. OLE color: 672927.

HSL color Cylindrical-coordinate representation of color #9F440A: hue angle of 23.36º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F440A is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 68 10 -
CMYK 0 0.57 0.94 0.38
HSL 23.36º 0.88% 0.33% -
HSV(B) 23.36º 0.94% 0.62% -
XYZ 16.42 11.53 1.65 -
YUV 88.6 83.65 178.22 -
System Red Green Blue C M Y K H S L
Decimal 159 68 10 0 0.57 0.94 0.38 23.36 0.88 0.33
Hex 9F 44 A 0 39 5E 26 17 58 21
Octal 237 104 12 0 71 136 46 27 130 41
Binary 10011111 1000100 1010 0 111001 1011110 100110 10111 1011000 100001

Color Harmonies of #9F440A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F440A

Black with #9F440A

Text Example


Text Example

White with #9F440A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,68,10); }

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

background-color css

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

 a { background-color: rgb(159,68,10); }

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

border-color css

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

 span { border-color: rgb(159,68,10); }

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