Html Css Color HEX #9B4741 Cognac

📋 copy color: '#9B4741'

red 155 ◦ green 71 ◦ blue 65

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

Shades of Cognac #9B4741

Tints of Cognac #9B4741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.4%

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

R = 53.26%
G = 24.4%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9B4741 (or 0x9B4741) is known color: Cognac. HEX triplet: 9B, 47 and 41. RGB value is (155,71,65). Sum of RGB (Red+Green+Blue) = 155+71+65=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4741 is #64B8BE. Grayscale: #5F5F5F. Windows color (decimal): -6600895 or 4278171. OLE color: 4278171.

HSL color Cylindrical-coordinate representation of color #9B4741: hue angle of 4º 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 #9B4741 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 71 65 -
CMYK 0 0.54 0.58 0.39
HSL 0.41% 0.43% -
HSV(B) 0.58% 0.61% -
XYZ 16.72 11.86 6.41 -
YUV 95.43 110.83 170.49 -
System Red Green Blue C M Y K H S L
Decimal 155 71 65 0 0.54 0.58 0.39 4 0.41 0.43
Hex 9B 47 41 0 36 3A 27 4 29 2B
Octal 233 107 101 0 66 72 47 4 51 53
Binary 10011011 1000111 1000001 0 110110 111010 100111 100 101001 101011

Color Harmonies of #9B4741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4741

Black with #9B4741

Text Example


Text Example

White with #9B4741

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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