Html Css Color HEX #9B490A Saddle Brown

📋 copy color: '#9B490A'

red 155 ◦ green 73 ◦ blue 10

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

Shades of Saddle Brown #9B490A

Tints of Saddle Brown #9B490A

RGB

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

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

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

R = 65.13%
G = 30.67%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B490A (or 0x9B490A) is known color: Saddle Brown. HEX triplet: 9B, 49 and 0A. RGB value is (155,73,10). Sum of RGB (Red+Green+Blue) = 155+73+10=238 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.13% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 155 - color contains mainly: red. Hex color #9B490A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B490A is #64B6F5. Grayscale: #5A5A5A. Windows color (decimal): -6600438 or 674203. OLE color: 674203.

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

Color convert

RGB 155 73 10 -
CMYK 0 0.53 0.94 0.39
HSL 26.07º 0.88% 0.32% -
HSV(B) 26.07º 0.94% 0.61% -
XYZ 15.95 11.76 1.72 -
YUV 90.34 82.67 174.12 -
System Red Green Blue C M Y K H S L
Decimal 155 73 10 0 0.53 0.94 0.39 26.07 0.88 0.32
Hex 9B 49 A 0 35 5E 27 1A 58 20
Octal 233 111 12 0 65 136 47 32 130 40
Binary 10011011 1001001 1010 0 110101 1011110 100111 11010 1011000 100000

Color Harmonies of #9B490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B490A

Black with #9B490A

Text Example


Text Example

White with #9B490A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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