Html Css Color HEX #98483F Cognac

📋 copy color: '#98483F'

red 152 ◦ green 72 ◦ blue 63

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

Shades of Cognac #98483F

Tints of Cognac #98483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.09%

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

R = 52.96%
G = 25.09%
B = 21.95%

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

#98483F (or 0x98483F) is known color: Cognac. HEX triplet: 98, 48 and 3F. RGB value is (152,72,63). Sum of RGB (Red+Green+Blue) = 152+72+63=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #98483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98483F is #67B7C0. Grayscale: #5F5F5F. Windows color (decimal): -6797249 or 4147352. OLE color: 4147352.

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

Color convert

RGB 152 72 63 -
CMYK 0 0.53 0.59 0.40
HSL 6.07º 0.41% 0.42% -
HSV(B) 6.07º 0.59% 0.6% -
XYZ 16.16 11.67 6.1 -
YUV 94.89 110 168.73 -
System Red Green Blue C M Y K H S L
Decimal 152 72 63 0 0.53 0.59 0.40 6.07 0.41 0.42
Hex 98 48 3F 0 35 3B 28 6 29 2A
Octal 230 110 77 0 65 73 50 6 51 52
Binary 10011000 1001000 111111 0 110101 111011 101000 110 101001 101010

Color Harmonies of #98483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98483F

Black with #98483F

Text Example


Text Example

White with #98483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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