Html Css Color HEX #98441C Saddle Brown

📋 copy color: '#98441C'

red 152 ◦ green 68 ◦ blue 28

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

Shades of Saddle Brown #98441C

Tints of Saddle Brown #98441C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.29%

R = 61.29%
G = 27.42%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98441C (or 0x98441C) is known color: Saddle Brown. HEX triplet: 98, 44 and 1C. RGB value is (152,68,28). Sum of RGB (Red+Green+Blue) = 152+68+28=248 (32% of max value = 765). Red value is 152 (59.77% from 255 or 61.29% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 28 (11.33% from 255 or 11.29% from 248); Max value from RGB is 152 - color contains mainly: red. Hex color #98441C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98441C is #67BBE3. Grayscale: #585858. Windows color (decimal): -6798308 or 1852568. OLE color: 1852568.

HSL color Cylindrical-coordinate representation of color #98441C: hue angle of 19.35º degrees, saturation: 0.69, 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 #98441C is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 68 28 -
CMYK 0 0.55 0.82 0.40
HSL 19.35º 0.69% 0.35% -
HSV(B) 19.35º 0.82% 0.6% -
XYZ 15.23 10.89 2.4 -
YUV 88.56 93.83 173.25 -
System Red Green Blue C M Y K H S L
Decimal 152 68 28 0 0.55 0.82 0.40 19.35 0.69 0.35
Hex 98 44 1C 0 37 52 28 13 45 23
Octal 230 104 34 0 67 122 50 23 105 43
Binary 10011000 1000100 11100 0 110111 1010010 101000 10011 1000101 100011

Color Harmonies of #98441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98441C

Black with #98441C

Text Example


Text Example

White with #98441C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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