Html Css Color HEX #98440D Saddle Brown

📋 copy color: '#98440D'

red 152 ◦ green 68 ◦ blue 13

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

Shades of Saddle Brown #98440D

Tints of Saddle Brown #98440D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.18%

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

R = 65.24%
G = 29.18%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98440D (or 0x98440D) is known color: Saddle Brown. HEX triplet: 98, 44 and 0D. RGB value is (152,68,13). Sum of RGB (Red+Green+Blue) = 152+68+13=233 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.24% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 152 - color contains mainly: red. Hex color #98440D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98440D is #67BBF2. Grayscale: #575757. Windows color (decimal): -6798323 or 869528. OLE color: 869528.

HSL color Cylindrical-coordinate representation of color #98440D: hue angle of 23.74º 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 #98440D is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 68 13 -
CMYK 0 0.55 0.91 0.40
HSL 23.74º 0.84% 0.32% -
HSV(B) 23.74º 0.91% 0.6% -
XYZ 15.09 10.84 1.68 -
YUV 86.85 86.33 174.47 -
System Red Green Blue C M Y K H S L
Decimal 152 68 13 0 0.55 0.91 0.40 23.74 0.84 0.32
Hex 98 44 D 0 37 5B 28 18 54 20
Octal 230 104 15 0 67 133 50 30 124 40
Binary 10011000 1000100 1101 0 110111 1011011 101000 11000 1010100 100000

Color Harmonies of #98440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98440D

Black with #98440D

Text Example


Text Example

White with #98440D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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