Html Css Color HEX #98410A Saddle Brown

📋 copy color: '#98410A'

red 152 ◦ green 65 ◦ blue 10

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

Shades of Saddle Brown #98410A

Tints of Saddle Brown #98410A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.63%

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

R = 66.96%
G = 28.63%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#98410A (or 0x98410A) is known color: Saddle Brown. HEX triplet: 98, 41 and 0A. RGB value is (152,65,10). Sum of RGB (Red+Green+Blue) = 152+65+10=227 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.96% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 10 (4.30% from 255 or 4.41% from 227); Max value from RGB is 152 - color contains mainly: red. Hex color #98410A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98410A is #67BEF5. Grayscale: #555555. Windows color (decimal): -6799094 or 672152. OLE color: 672152.

HSL color Cylindrical-coordinate representation of color #98410A: hue angle of 23.24º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98410A is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 65 10 -
CMYK 0 0.57 0.93 0.40
HSL 23.24º 0.88% 0.32% -
HSV(B) 23.24º 0.93% 0.6% -
XYZ 14.89 10.48 1.52 -
YUV 84.74 85.82 175.97 -
System Red Green Blue C M Y K H S L
Decimal 152 65 10 0 0.57 0.93 0.40 23.24 0.88 0.32
Hex 98 41 A 0 39 5D 28 17 58 20
Octal 230 101 12 0 71 135 50 27 130 40
Binary 10011000 1000001 1010 0 111001 1011101 101000 10111 1011000 100000

Color Harmonies of #98410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98410A

Black with #98410A

Text Example


Text Example

White with #98410A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98410A; }

 p { color: rgb(152,65,10); }

 H1.HeaderClassName
 {
   color: #98410A;
 }
 .AnyTagClassName
 {
   color: #98410A;
 }
</style>

background-color css

<style>
 a { background-color: #98410A; }

 a { background-color: rgb(152,65,10); }

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

border-color css

<style>
 span { border-color: #98410A; }

 span { border-color: rgb(152,65,10); }

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