Html Css Color HEX #98400D Saddle Brown

📋 copy color: '#98400D'

red 152 ◦ green 64 ◦ blue 13

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

Shades of Saddle Brown #98400D

Tints of Saddle Brown #98400D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.68%

R = 66.38%
G = 27.95%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98400D (or 0x98400D) is known color: Saddle Brown. HEX triplet: 98, 40 and 0D. RGB value is (152,64,13). Sum of RGB (Red+Green+Blue) = 152+64+13=229 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.38% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 152 - color contains mainly: red. Hex color #98400D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98400D is #67BFF2. Grayscale: #545454. Windows color (decimal): -6799347 or 868504. OLE color: 868504.

HSL color Cylindrical-coordinate representation of color #98400D: hue angle of 22.01º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98400D is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 64 13 -
CMYK 0 0.58 0.91 0.40
HSL 22.01º 0.84% 0.32% -
HSV(B) 22.01º 0.91% 0.6% -
XYZ 14.85 10.37 1.6 -
YUV 84.5 87.65 176.15 -
System Red Green Blue C M Y K H S L
Decimal 152 64 13 0 0.58 0.91 0.40 22.01 0.84 0.32
Hex 98 40 D 0 3A 5B 28 16 54 20
Octal 230 100 15 0 72 133 50 26 124 40
Binary 10011000 1000000 1101 0 111010 1011011 101000 10110 1010100 100000

Color Harmonies of #98400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98400D

Black with #98400D

Text Example


Text Example

White with #98400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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