Html Css Color HEX #9B4D42 Cognac

📋 copy color: '#9B4D42'

red 155 ◦ green 77 ◦ blue 66

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

Shades of Cognac #9B4D42

Tints of Cognac #9B4D42

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.84%

 BLUE value IS 66 (26.17% from 255) = 22.15%

R = 52.01%
G = 25.84%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.39

RGB Variations

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

Color information

#9B4D42 (or 0x9B4D42) is known color: Cognac. HEX triplet: 9B, 4D and 42. RGB value is (155,77,66). Sum of RGB (Red+Green+Blue) = 155+77+66=298 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.01% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B4D42 is #64B2BD. Grayscale: #636363. Windows color (decimal): -6599358 or 4345243. OLE color: 4345243.

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

Color convert

RGB 155 77 66 -
CMYK 0 0.50 0.57 0.39
HSL 7.42º 0.4% 0.43% -
HSV(B) 7.42º 0.57% 0.61% -
XYZ 17.15 12.67 6.7 -
YUV 99.07 109.34 167.89 -
System Red Green Blue C M Y K H S L
Decimal 155 77 66 0 0.50 0.57 0.39 7.42 0.4 0.43
Hex 9B 4D 42 0 32 39 27 7 28 2B
Octal 233 115 102 0 62 71 47 7 50 53
Binary 10011011 1001101 1000010 0 110010 111001 100111 111 101000 101011

Color Harmonies of #9B4D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4D42

Black with #9B4D42

Text Example


Text Example

White with #9B4D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,77,66); }

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

background-color css

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

 a { background-color: rgb(155,77,66); }

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

border-color css

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

 span { border-color: rgb(155,77,66); }

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