Html Css Color HEX #974842 Cognac

📋 copy color: '#974842'

red 151 ◦ green 72 ◦ blue 66

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

Shades of Cognac #974842

Tints of Cognac #974842

RGB

 RED value IS 151 (59.38% from 255) = 52.25%

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

 BLUE value IS 66 (26.17% from 255) = 22.84%

R = 52.25%
G = 24.91%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#974842 (or 0x974842) is known color: Cognac. HEX triplet: 97, 48 and 42. RGB value is (151,72,66). Sum of RGB (Red+Green+Blue) = 151+72+66=289 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.25% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 151 - color contains mainly: red. Hex color #974842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974842 is #68B7BD. Grayscale: #5F5F5F. Windows color (decimal): -6862782 or 4343959. OLE color: 4343959.

HSL color Cylindrical-coordinate representation of color #974842: hue angle of 4.24º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #974842 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 72 66 -
CMYK 0 0.52 0.56 0.41
HSL 4.24º 0.39% 0.43% -
HSV(B) 4.24º 0.56% 0.59% -
XYZ 16.06 11.61 6.55 -
YUV 94.94 111.67 167.99 -
System Red Green Blue C M Y K H S L
Decimal 151 72 66 0 0.52 0.56 0.41 4.24 0.39 0.43
Hex 97 48 42 0 34 38 29 4 27 2B
Octal 227 110 102 0 64 70 51 4 47 53
Binary 10010111 1001000 1000010 0 110100 111000 101001 100 100111 101011

Color Harmonies of #974842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974842

Black with #974842

Text Example


Text Example

White with #974842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974842; }

 p { color: rgb(151,72,66); }

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

background-color css

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

 a { background-color: rgb(151,72,66); }

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

border-color css

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

 span { border-color: rgb(151,72,66); }

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