Html Css Color HEX #954545 Cognac

📋 copy color: '#954545'

red 149 ◦ green 69 ◦ blue 69

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

Shades of Cognac #954545

Tints of Cognac #954545

RGB

 RED value IS 149 (58.59% from 255) = 51.92%

 GREEN value IS 69 (27.34% from 255) = 24.04%

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

R = 51.92%
G = 24.04%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#954545 (or 0x954545) is known color: Cognac. HEX triplet: 95, 45 and 45. RGB value is (149,69,69). Sum of RGB (Red+Green+Blue) = 149+69+69=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #954545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954545 is #6ABABA. Grayscale: #5D5D5D. Windows color (decimal): -6994619 or 4539797. OLE color: 4539797.

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

Color convert

RGB 149 69 69 -
CMYK 0 0.54 0.54 0.42
HSL 0.37% 0.43% -
HSV(B) 0.54% 0.58% -
XYZ 15.6 11.08 6.95 -
YUV 92.92 114.5 168 -
System Red Green Blue C M Y K H S L
Decimal 149 69 69 0 0.54 0.54 0.42 0 0.37 0.43
Hex 95 45 45 0 36 36 2A 0 25 2B
Octal 225 105 105 0 66 66 52 0 45 53
Binary 10010101 1000101 1000101 0 110110 110110 101010 0 100101 101011

Color Harmonies of #954545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954545

Black with #954545

Text Example


Text Example

White with #954545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954545; }

 p { color: rgb(149,69,69); }

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

background-color css

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

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

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

border-color css

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

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

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