Html Css Color HEX #98490C Saddle Brown

📋 copy color: '#98490C'

red 152 ◦ green 73 ◦ blue 12

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

Shades of Saddle Brown #98490C

Tints of Saddle Brown #98490C

RGB

 RED value IS 152 (59.77% from 255) = 64.14%

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

 BLUE value IS 12 (5.08% from 255) = 5.06%

R = 64.14%
G = 30.8%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98490C (or 0x98490C) is known color: Saddle Brown. HEX triplet: 98, 49 and 0C. RGB value is (152,73,12). Sum of RGB (Red+Green+Blue) = 152+73+12=237 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.14% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 152 - color contains mainly: red. Hex color #98490C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98490C is #67B6F3. Grayscale: #595959. Windows color (decimal): -6797044 or 805272. OLE color: 805272.

HSL color Cylindrical-coordinate representation of color #98490C: hue angle of 26.14º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98490C is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 73 12 -
CMYK 0 0.52 0.92 0.40
HSL 26.14º 0.85% 0.32% -
HSV(B) 26.14º 0.92% 0.6% -
XYZ 15.4 11.47 1.75 -
YUV 89.67 84.17 172.46 -
System Red Green Blue C M Y K H S L
Decimal 152 73 12 0 0.52 0.92 0.40 26.14 0.85 0.32
Hex 98 49 C 0 34 5C 28 1A 55 20
Octal 230 111 14 0 64 134 50 32 125 40
Binary 10011000 1001001 1100 0 110100 1011100 101000 11010 1010101 100000

Color Harmonies of #98490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98490C

Black with #98490C

Text Example


Text Example

White with #98490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98490C; }

 p { color: rgb(152,73,12); }

 H1.HeaderClassName
 {
   color: #98490C;
 }
 .AnyTagClassName
 {
   color: #98490C;
 }
</style>

background-color css

<style>
 a { background-color: #98490C; }

 a { background-color: rgb(152,73,12); }

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

border-color css

<style>
 span { border-color: #98490C; }

 span { border-color: rgb(152,73,12); }

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