Html Css Color HEX #9B490E Saddle Brown

📋 copy color: '#9B490E'

red 155 ◦ green 73 ◦ blue 14

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

Shades of Saddle Brown #9B490E

Tints of Saddle Brown #9B490E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.79%

R = 64.05%
G = 30.17%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.39

RGB Variations

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

Color information

#9B490E (or 0x9B490E) is known color: Saddle Brown. HEX triplet: 9B, 49 and 0E. RGB value is (155,73,14). Sum of RGB (Red+Green+Blue) = 155+73+14=242 (32% of max value = 765). Red value is 155 (60.94% from 255 or 64.05% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 155 - color contains mainly: red. Hex color #9B490E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B490E is #64B6F1. Grayscale: #5B5B5B. Windows color (decimal): -6600434 or 936347. OLE color: 936347.

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

Color convert

RGB 155 73 14 -
CMYK 0 0.53 0.91 0.39
HSL 25.11º 0.83% 0.33% -
HSV(B) 25.11º 0.91% 0.61% -
XYZ 15.98 11.77 1.84 -
YUV 90.79 84.67 173.8 -
System Red Green Blue C M Y K H S L
Decimal 155 73 14 0 0.53 0.91 0.39 25.11 0.83 0.33
Hex 9B 49 E 0 35 5B 27 19 53 21
Octal 233 111 16 0 65 133 47 31 123 41
Binary 10011011 1001001 1110 0 110101 1011011 100111 11001 1010011 100001

Color Harmonies of #9B490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B490E

Black with #9B490E

Text Example


Text Example

White with #9B490E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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