Html Css Color HEX #98460D Saddle Brown

📋 copy color: '#98460D'

red 152 ◦ green 70 ◦ blue 13

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

Shades of Saddle Brown #98460D

Tints of Saddle Brown #98460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.79%

 BLUE value IS 13 (5.47% from 255) = 5.53%

R = 64.68%
G = 29.79%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98460D (or 0x98460D) is known color: Saddle Brown. HEX triplet: 98, 46 and 0D. RGB value is (152,70,13). Sum of RGB (Red+Green+Blue) = 152+70+13=235 (31% of max value = 765). Red value is 152 (59.77% from 255 or 64.68% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 13 (5.47% from 255 or 5.53% from 235); Max value from RGB is 152 - color contains mainly: red. Hex color #98460D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98460D is #67B9F2. Grayscale: #585858. Windows color (decimal): -6797811 or 870040. OLE color: 870040.

HSL color Cylindrical-coordinate representation of color #98460D: hue angle of 24.6º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98460D is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 70 13 -
CMYK 0 0.54 0.91 0.40
HSL 24.6º 0.84% 0.32% -
HSV(B) 24.6º 0.91% 0.6% -
XYZ 15.21 11.08 1.72 -
YUV 88.02 85.67 173.63 -
System Red Green Blue C M Y K H S L
Decimal 152 70 13 0 0.54 0.91 0.40 24.6 0.84 0.32
Hex 98 46 D 0 36 5B 28 19 54 20
Octal 230 106 15 0 66 133 50 31 124 40
Binary 10011000 1000110 1101 0 110110 1011011 101000 11001 1010100 100000

Color Harmonies of #98460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98460D

Black with #98460D

Text Example


Text Example

White with #98460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98460D; }

 p { color: rgb(152,70,13); }

 H1.HeaderClassName
 {
   color: #98460D;
 }
 .AnyTagClassName
 {
   color: #98460D;
 }
</style>

background-color css

<style>
 a { background-color: #98460D; }

 a { background-color: rgb(152,70,13); }

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

border-color css

<style>
 span { border-color: #98460D; }

 span { border-color: rgb(152,70,13); }

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