Html Css Color HEX #9B4541 Cognac

📋 copy color: '#9B4541'

red 155 ◦ green 69 ◦ blue 65

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

Shades of Cognac #9B4541

Tints of Cognac #9B4541

RGB

 RED value IS 155 (60.94% from 255) = 53.63%

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

 BLUE value IS 65 (25.78% from 255) = 22.49%

R = 53.63%
G = 23.88%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9B4541 (or 0x9B4541) is known color: Cognac. HEX triplet: 9B, 45 and 41. RGB value is (155,69,65). Sum of RGB (Red+Green+Blue) = 155+69+65=289 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.63% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4541 is #64BABE. Grayscale: #5E5E5E. Windows color (decimal): -6601407 or 4277659. OLE color: 4277659.

HSL color Cylindrical-coordinate representation of color #9B4541: hue angle of 2.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B4541 is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 69 65 -
CMYK 0 0.55 0.58 0.39
HSL 2.67º 0.41% 0.43% -
HSV(B) 2.67º 0.58% 0.61% -
XYZ 16.6 11.61 6.37 -
YUV 94.26 111.49 171.33 -
System Red Green Blue C M Y K H S L
Decimal 155 69 65 0 0.55 0.58 0.39 2.67 0.41 0.43
Hex 9B 45 41 0 37 3A 27 3 29 2B
Octal 233 105 101 0 67 72 47 3 51 53
Binary 10011011 1000101 1000001 0 110111 111010 100111 11 101001 101011

Color Harmonies of #9B4541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4541

Black with #9B4541

Text Example


Text Example

White with #9B4541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B4541; }

 p { color: rgb(155,69,65); }

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

background-color css

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

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

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

border-color css

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

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

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