Html Css Color HEX #98471B Saddle Brown

📋 copy color: '#98471B'

red 152 ◦ green 71 ◦ blue 27

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

Shades of Saddle Brown #98471B

Tints of Saddle Brown #98471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.8%

R = 60.8%
G = 28.4%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98471B (or 0x98471B) is known color: Saddle Brown. HEX triplet: 98, 47 and 1B. RGB value is (152,71,27). Sum of RGB (Red+Green+Blue) = 152+71+27=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #98471B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98471B is #67B8E4. Grayscale: #5A5A5A. Windows color (decimal): -6797541 or 1787800. OLE color: 1787800.

HSL color Cylindrical-coordinate representation of color #98471B: hue angle of 21.12º degrees, saturation: 0.7, 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 #98471B is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 71 27 -
CMYK 0 0.53 0.82 0.40
HSL 21.12º 0.7% 0.35% -
HSV(B) 21.12º 0.82% 0.6% -
XYZ 15.4 11.26 2.4 -
YUV 90.2 92.34 172.08 -
System Red Green Blue C M Y K H S L
Decimal 152 71 27 0 0.53 0.82 0.40 21.12 0.7 0.35
Hex 98 47 1B 0 35 52 28 15 46 23
Octal 230 107 33 0 65 122 50 25 106 43
Binary 10011000 1000111 11011 0 110101 1010010 101000 10101 1000110 100011

Color Harmonies of #98471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98471B

Black with #98471B

Text Example


Text Example

White with #98471B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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