Html Css Color HEX #98400F Saddle Brown

📋 copy color: '#98400F'

red 152 ◦ green 64 ◦ blue 15

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

Shades of Saddle Brown #98400F

Tints of Saddle Brown #98400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.71%

 BLUE value IS 15 (6.25% from 255) = 6.49%

R = 65.8%
G = 27.71%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#98400F (or 0x98400F) is known color: Saddle Brown. HEX triplet: 98, 40 and 0F. RGB value is (152,64,15). Sum of RGB (Red+Green+Blue) = 152+64+15=231 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.80% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 152 - color contains mainly: red. Hex color #98400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98400F is #67BFF0. Grayscale: #555555. Windows color (decimal): -6799345 or 999576. OLE color: 999576.

HSL color Cylindrical-coordinate representation of color #98400F: hue angle of 21.46º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98400F is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 64 15 -
CMYK 0 0.58 0.90 0.40
HSL 21.46º 0.82% 0.33% -
HSV(B) 21.46º 0.9% 0.6% -
XYZ 14.87 10.38 1.67 -
YUV 84.73 88.65 175.98 -
System Red Green Blue C M Y K H S L
Decimal 152 64 15 0 0.58 0.90 0.40 21.46 0.82 0.33
Hex 98 40 F 0 3A 5A 28 15 52 21
Octal 230 100 17 0 72 132 50 25 122 41
Binary 10011000 1000000 1111 0 111010 1011010 101000 10101 1010010 100001

Color Harmonies of #98400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98400F

Black with #98400F

Text Example


Text Example

White with #98400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98400F; }

 p { color: rgb(152,64,15); }

 H1.HeaderClassName
 {
   color: #98400F;
 }
 .AnyTagClassName
 {
   color: #98400F;
 }
</style>

background-color css

<style>
 a { background-color: #98400F; }

 a { background-color: rgb(152,64,15); }

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

border-color css

<style>
 span { border-color: #98400F; }

 span { border-color: rgb(152,64,15); }

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