Html Css Color HEX #9B4139 Cognac

📋 copy color: '#9B4139'

red 155 ◦ green 65 ◦ blue 57

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

Shades of Cognac #9B4139

Tints of Cognac #9B4139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.47%

 BLUE value IS 57 (22.66% from 255) = 20.58%

R = 55.96%
G = 23.47%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.63

 K value IS 0.39

RGB Variations

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

Color information

#9B4139 (or 0x9B4139) is known color: Cognac. HEX triplet: 9B, 41 and 39. RGB value is (155,65,57). Sum of RGB (Red+Green+Blue) = 155+65+57=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4139 is #64BEC6. Grayscale: #5B5B5B. Windows color (decimal): -6602439 or 3752347. OLE color: 3752347.

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

Color convert

RGB 155 65 57 -
CMYK 0 0.58 0.63 0.39
HSL 4.9º 0.46% 0.42% -
HSV(B) 4.9º 0.63% 0.61% -
XYZ 16.15 11.04 5.15 -
YUV 91 108.82 173.65 -
System Red Green Blue C M Y K H S L
Decimal 155 65 57 0 0.58 0.63 0.39 4.9 0.46 0.42
Hex 9B 41 39 0 3A 3F 27 5 2E 2A
Octal 233 101 71 0 72 77 47 5 56 52
Binary 10011011 1000001 111001 0 111010 111111 100111 101 101110 101010

Color Harmonies of #9B4139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4139

Black with #9B4139

Text Example


Text Example

White with #9B4139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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