Html Css Color HEX #974845 Cognac

📋 copy color: '#974845'

red 151 ◦ green 72 ◦ blue 69

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

Shades of Cognac #974845

Tints of Cognac #974845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.63%

R = 51.71%
G = 24.66%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#974845 (or 0x974845) is known color: Cognac. HEX triplet: 97, 48 and 45. RGB value is (151,72,69). Sum of RGB (Red+Green+Blue) = 151+72+69=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #974845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #974845 is #68B7BA. Grayscale: #5F5F5F. Windows color (decimal): -6862779 or 4540567. OLE color: 4540567.

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

Color convert

RGB 151 72 69 -
CMYK 0 0.52 0.54 0.41
HSL 2.2º 0.37% 0.43% -
HSV(B) 2.2º 0.54% 0.59% -
XYZ 16.15 11.64 7.03 -
YUV 95.28 113.17 167.74 -
System Red Green Blue C M Y K H S L
Decimal 151 72 69 0 0.52 0.54 0.41 2.2 0.37 0.43
Hex 97 48 45 0 34 36 29 2 25 2B
Octal 227 110 105 0 64 66 51 2 45 53
Binary 10010111 1001000 1000101 0 110100 110110 101001 10 100101 101011

Color Harmonies of #974845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974845

Black with #974845

Text Example


Text Example

White with #974845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974845; }

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

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

background-color css

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

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

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

border-color css

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

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

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