Html Css Color HEX #9B4D41 Cognac

📋 copy color: '#9B4D41'

red 155 ◦ green 77 ◦ blue 65

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

Shades of Cognac #9B4D41

Tints of Cognac #9B4D41

RGB

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

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

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

R = 52.19%
G = 25.93%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.39

RGB Variations

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

Color information

#9B4D41 (or 0x9B4D41) is known color: Cognac. HEX triplet: 9B, 4D and 41. RGB value is (155,77,65). Sum of RGB (Red+Green+Blue) = 155+77+65=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 77 (30.47% from 255 or 25.93% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B4D41 is #64B2BE. Grayscale: #636363. Windows color (decimal): -6599359 or 4279707. OLE color: 4279707.

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

Color convert

RGB 155 77 65 -
CMYK 0 0.50 0.58 0.39
HSL 0.41% 0.43% -
HSV(B) 0.58% 0.61% -
XYZ 17.13 12.66 6.54 -
YUV 98.95 108.84 167.98 -
System Red Green Blue C M Y K H S L
Decimal 155 77 65 0 0.50 0.58 0.39 8 0.41 0.43
Hex 9B 4D 41 0 32 3A 27 8 29 2B
Octal 233 115 101 0 62 72 47 10 51 53
Binary 10011011 1001101 1000001 0 110010 111010 100111 1000 101001 101011

Color Harmonies of #9B4D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4D41

Black with #9B4D41

Text Example


Text Example

White with #9B4D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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