Html Css Color HEX #98461C Saddle Brown

📋 copy color: '#98461C'

red 152 ◦ green 70 ◦ blue 28

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

Shades of Saddle Brown #98461C

Tints of Saddle Brown #98461C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.2%

R = 60.8%
G = 28%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98461C (or 0x98461C) is known color: Saddle Brown. HEX triplet: 98, 46 and 1C. RGB value is (152,70,28). Sum of RGB (Red+Green+Blue) = 152+70+28=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #98461C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98461C is #67B9E3. Grayscale: #595959. Windows color (decimal): -6797796 or 1853080. OLE color: 1853080.

HSL color Cylindrical-coordinate representation of color #98461C: hue angle of 20.32º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98461C is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 70 28 -
CMYK 0 0.54 0.82 0.40
HSL 20.32º 0.69% 0.35% -
HSV(B) 20.32º 0.82% 0.6% -
XYZ 15.35 11.14 2.44 -
YUV 89.73 93.17 172.42 -
System Red Green Blue C M Y K H S L
Decimal 152 70 28 0 0.54 0.82 0.40 20.32 0.69 0.35
Hex 98 46 1C 0 36 52 28 14 45 23
Octal 230 106 34 0 66 122 50 24 105 43
Binary 10011000 1000110 11100 0 110110 1010010 101000 10100 1000101 100011

Color Harmonies of #98461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98461C

Black with #98461C

Text Example


Text Example

White with #98461C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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