#98433F

Color #98433F Cognac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cognac #98433F

Tints of Cognac #98433F

Color information

#98433F (or 0x98433F) is unknown color: approx Cognac. HEX triplet: 98, 43 and 3F. RGB value is (152,67,63). Sum of RGB (Red+Green+Blue) = 152+67+63=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #98433F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98433F is #67BCC0. Grayscale: #5C5C5C. Windows color (decimal): -6798529 or 4146072. OLE color: 4146072.

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

Color convert

RGB1526763-
CMYK00.560.590.40
HSL2.7º41.4%42.16%-
HSV(B)2.7º58.55%59.61%-
XYZ15.8511.056-
YUV91.96111.66170.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.90%
GREEN value IS 67 (26.56% from 255) = 23.76%
BLUE value IS 63 (25% from 255) = 22.34%
R=53.90%
G=23.76%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152676300.560.590.402.741.442.16
Hex98433F0383B283292a
Octal23010377070735035152
Binary100110001000011111111011100011101110100011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #98433F;
 }
 .AnyTagClassName
 {
   color: #98433F;
 }
</style>
background-color css

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

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

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

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

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

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