Html Css Color HEX #98493F Cognac

📋 copy color: '#98493F'

red 152 ◦ green 73 ◦ blue 63

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

Shades of Cognac #98493F

Tints of Cognac #98493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.35%

 BLUE value IS 63 (25% from 255) = 21.88%

R = 52.78%
G = 25.35%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#98493F (or 0x98493F) is known color: Cognac. HEX triplet: 98, 49 and 3F. RGB value is (152,73,63). Sum of RGB (Red+Green+Blue) = 152+73+63=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #98493F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98493F is #67B6C0. Grayscale: #5F5F5F. Windows color (decimal): -6796993 or 4147608. OLE color: 4147608.

HSL color Cylindrical-coordinate representation of color #98493F: hue angle of 6.74º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98493F is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 73 63 -
CMYK 0 0.52 0.59 0.40
HSL 6.74º 0.41% 0.42% -
HSV(B) 6.74º 0.59% 0.6% -
XYZ 16.23 11.8 6.12 -
YUV 95.48 109.67 168.31 -
System Red Green Blue C M Y K H S L
Decimal 152 73 63 0 0.52 0.59 0.40 6.74 0.41 0.42
Hex 98 49 3F 0 34 3B 28 7 29 2A
Octal 230 111 77 0 64 73 50 7 51 52
Binary 10011000 1001001 111111 0 110100 111011 101000 111 101001 101010

Color Harmonies of #98493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98493F

Black with #98493F

Text Example


Text Example

White with #98493F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,73,63); }

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

background-color css

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

 a { background-color: rgb(152,73,63); }

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

border-color css

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

 span { border-color: rgb(152,73,63); }

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