Html Css Color HEX #9D4938 Cognac

📋 copy color: '#9D4938'

red 157 ◦ green 73 ◦ blue 56

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

Shades of Cognac #9D4938

Tints of Cognac #9D4938

RGB

 RED value IS 157 (61.72% from 255) = 54.9%

 GREEN value IS 73 (28.91% from 255) = 25.52%

 BLUE value IS 56 (22.27% from 255) = 19.58%

R = 54.9%
G = 25.52%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#9D4938 (or 0x9D4938) is known color: Cognac. HEX triplet: 9D, 49 and 38. RGB value is (157,73,56). Sum of RGB (Red+Green+Blue) = 157+73+56=286 (37% of max value = 765). Red value is 157 (61.72% from 255 or 54.90% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4938 is #62B6C7. Grayscale: #606060. Windows color (decimal): -6469320 or 3688861. OLE color: 3688861.

HSL color Cylindrical-coordinate representation of color #9D4938: hue angle of 10.1º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D4938 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 73 56 -
CMYK 0 0.54 0.64 0.38
HSL 10.1º 0.47% 0.42% -
HSV(B) 10.1º 0.64% 0.62% -
XYZ 17 12.22 5.2 -
YUV 96.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 157 73 56 0 0.54 0.64 0.38 10.1 0.47 0.42
Hex 9D 49 38 0 36 40 26 A 2F 2A
Octal 235 111 70 0 66 100 46 12 57 52
Binary 10011101 1001001 111000 0 110110 1000000 100110 1010 101111 101010

Color Harmonies of #9D4938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D4938

Black with #9D4938

Text Example


Text Example

White with #9D4938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,73,56); }

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

background-color css

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

 a { background-color: rgb(157,73,56); }

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

border-color css

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

 span { border-color: rgb(157,73,56); }

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