Html Css Color HEX #98473F Cognac

📋 copy color: '#98473F'

red 152 ◦ green 71 ◦ blue 63

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

Shades of Cognac #98473F

Tints of Cognac #98473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.83%

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

R = 53.15%
G = 24.83%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#98473F (or 0x98473F) is known color: Cognac. HEX triplet: 98, 47 and 3F. RGB value is (152,71,63). Sum of RGB (Red+Green+Blue) = 152+71+63=286 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.15% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 152 - color contains mainly: red. Hex color #98473F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98473F is #67B8C0. Grayscale: #5E5E5E. Windows color (decimal): -6797505 or 4147096. OLE color: 4147096.

HSL color Cylindrical-coordinate representation of color #98473F: hue angle of 5.39º 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 #98473F is Cyan = 0, Magento = 0.53, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 71 63 -
CMYK 0 0.53 0.59 0.40
HSL 5.39º 0.41% 0.42% -
HSV(B) 5.39º 0.59% 0.6% -
XYZ 16.1 11.54 6.08 -
YUV 94.31 110.34 169.15 -
System Red Green Blue C M Y K H S L
Decimal 152 71 63 0 0.53 0.59 0.40 5.39 0.41 0.42
Hex 98 47 3F 0 35 3B 28 5 29 2A
Octal 230 107 77 0 65 73 50 5 51 52
Binary 10011000 1000111 111111 0 110101 111011 101000 101 101001 101010

Color Harmonies of #98473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98473F

Black with #98473F

Text Example


Text Example

White with #98473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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