Html Css Color HEX #98471A Saddle Brown

📋 copy color: '#98471A'

red 152 ◦ green 71 ◦ blue 26

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

Shades of Saddle Brown #98471A

Tints of Saddle Brown #98471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.51%

 BLUE value IS 26 (10.55% from 255) = 10.44%

R = 61.04%
G = 28.51%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#98471A (or 0x98471A) is known color: Saddle Brown. HEX triplet: 98, 47 and 1A. RGB value is (152,71,26). Sum of RGB (Red+Green+Blue) = 152+71+26=249 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.04% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 26 (10.55% from 255 or 10.44% from 249); Max value from RGB is 152 - color contains mainly: red. Hex color #98471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98471A is #67B8E5. Grayscale: #5A5A5A. Windows color (decimal): -6797542 or 1722264. OLE color: 1722264.

HSL color Cylindrical-coordinate representation of color #98471A: hue angle of 21.43º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #98471A is Cyan = 0, Magento = 0.53, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 71 26 -
CMYK 0 0.53 0.83 0.40
HSL 21.43º 0.71% 0.35% -
HSV(B) 21.43º 0.83% 0.6% -
XYZ 15.39 11.26 2.34 -
YUV 90.09 91.84 172.16 -
System Red Green Blue C M Y K H S L
Decimal 152 71 26 0 0.53 0.83 0.40 21.43 0.71 0.35
Hex 98 47 1A 0 35 53 28 15 47 23
Octal 230 107 32 0 65 123 50 25 107 43
Binary 10011000 1000111 11010 0 110101 1010011 101000 10101 1000111 100011

Color Harmonies of #98471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98471A

Black with #98471A

Text Example


Text Example

White with #98471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,71,26); }

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

background-color css

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

 a { background-color: rgb(152,71,26); }

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

border-color css

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

 span { border-color: rgb(152,71,26); }

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