Html Css Color HEX #98440C Saddle Brown

📋 copy color: '#98440C'

red 152 ◦ green 68 ◦ blue 12

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

Shades of Saddle Brown #98440C

Tints of Saddle Brown #98440C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.17%

R = 65.52%
G = 29.31%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98440C (or 0x98440C) is known color: Saddle Brown. HEX triplet: 98, 44 and 0C. RGB value is (152,68,12). Sum of RGB (Red+Green+Blue) = 152+68+12=232 (30% of max value = 765). Red value is 152 (59.77% from 255 or 65.52% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 152 - color contains mainly: red. Hex color #98440C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98440C is #67BBF3. Grayscale: #575757. Windows color (decimal): -6798324 or 803992. OLE color: 803992.

HSL color Cylindrical-coordinate representation of color #98440C: hue angle of 24º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98440C is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 68 12 -
CMYK 0 0.55 0.92 0.40
HSL 24º 0.85% 0.32% -
HSV(B) 24º 0.92% 0.6% -
XYZ 15.08 10.84 1.64 -
YUV 86.73 85.83 174.55 -
System Red Green Blue C M Y K H S L
Decimal 152 68 12 0 0.55 0.92 0.40 24 0.85 0.32
Hex 98 44 C 0 37 5C 28 18 55 20
Octal 230 104 14 0 67 134 50 30 125 40
Binary 10011000 1000100 1100 0 110111 1011100 101000 11000 1010101 100000

Color Harmonies of #98440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98440C

Black with #98440C

Text Example


Text Example

White with #98440C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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