Html Css Color HEX #9B490F Saddle Brown

📋 copy color: '#9B490F'

red 155 ◦ green 73 ◦ blue 15

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

Shades of Saddle Brown #9B490F

Tints of Saddle Brown #9B490F

RGB

 RED value IS 155 (60.94% from 255) = 63.79%

 GREEN value IS 73 (28.91% from 255) = 30.04%

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

R = 63.79%
G = 30.04%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B490F (or 0x9B490F) is known color: Saddle Brown. HEX triplet: 9B, 49 and 0F. RGB value is (155,73,15). Sum of RGB (Red+Green+Blue) = 155+73+15=243 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.79% from 243); Green value is 73 (28.91% from 255 or 30.04% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 155 - color contains mainly: red. Hex color #9B490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B490F is #64B6F0. Grayscale: #5B5B5B. Windows color (decimal): -6600433 or 1001883. OLE color: 1001883.

HSL color Cylindrical-coordinate representation of color #9B490F: hue angle of 24.86º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B490F is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 73 15 -
CMYK 0 0.53 0.90 0.39
HSL 24.86º 0.82% 0.33% -
HSV(B) 24.86º 0.9% 0.61% -
XYZ 15.99 11.77 1.88 -
YUV 90.91 85.17 173.72 -
System Red Green Blue C M Y K H S L
Decimal 155 73 15 0 0.53 0.90 0.39 24.86 0.82 0.33
Hex 9B 49 F 0 35 5A 27 19 52 21
Octal 233 111 17 0 65 132 47 31 122 41
Binary 10011011 1001001 1111 0 110101 1011010 100111 11001 1010010 100001

Color Harmonies of #9B490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B490F

Black with #9B490F

Text Example


Text Example

White with #9B490F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,73,15); }

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

background-color css

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

 a { background-color: rgb(155,73,15); }

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

border-color css

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

 span { border-color: rgb(155,73,15); }

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