Html Css Color HEX #9B4C40 Cognac

📋 copy color: '#9B4C40'

red 155 ◦ green 76 ◦ blue 64

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

Shades of Cognac #9B4C40

Tints of Cognac #9B4C40

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.76%

 BLUE value IS 64 (25.39% from 255) = 21.69%

R = 52.54%
G = 25.76%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#9B4C40 (or 0x9B4C40) is known color: Cognac. HEX triplet: 9B, 4C and 40. RGB value is (155,76,64). Sum of RGB (Red+Green+Blue) = 155+76+64=295 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.54% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4C40 is #64B3BF. Grayscale: #626262. Windows color (decimal): -6599616 or 4213915. OLE color: 4213915.

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

Color convert

RGB 155 76 64 -
CMYK 0 0.51 0.59 0.39
HSL 7.91º 0.42% 0.43% -
HSV(B) 7.91º 0.59% 0.61% -
XYZ 17.03 12.51 6.37 -
YUV 98.25 108.67 168.48 -
System Red Green Blue C M Y K H S L
Decimal 155 76 64 0 0.51 0.59 0.39 7.91 0.42 0.43
Hex 9B 4C 40 0 33 3B 27 8 2A 2B
Octal 233 114 100 0 63 73 47 10 52 53
Binary 10011011 1001100 1000000 0 110011 111011 100111 1000 101010 101011

Color Harmonies of #9B4C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4C40

Black with #9B4C40

Text Example


Text Example

White with #9B4C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,76,64); }

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

background-color css

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

 a { background-color: rgb(155,76,64); }

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

border-color css

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

 span { border-color: rgb(155,76,64); }

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