Html Css Color HEX #9C483F Cognac

📋 copy color: '#9C483F'

red 156 ◦ green 72 ◦ blue 63

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

Shades of Cognac #9C483F

Tints of Cognac #9C483F

RGB

 RED value IS 156 (61.33% from 255) = 53.61%

 GREEN value IS 72 (28.52% from 255) = 24.74%

 BLUE value IS 63 (25% from 255) = 21.65%

R = 53.61%
G = 24.74%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.60

 K value IS 0.39

RGB Variations

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

Color information

#9C483F (or 0x9C483F) is known color: Cognac. HEX triplet: 9C, 48 and 3F. RGB value is (156,72,63). Sum of RGB (Red+Green+Blue) = 156+72+63=291 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.61% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 156 - color contains mainly: red. Hex color #9C483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C483F is #63B7C0. Grayscale: #606060. Windows color (decimal): -6535105 or 4147356. OLE color: 4147356.

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

Color convert

RGB 156 72 63 -
CMYK 0 0.54 0.60 0.39
HSL 5.81º 0.42% 0.43% -
HSV(B) 5.81º 0.6% 0.61% -
XYZ 16.92 12.06 6.14 -
YUV 96.09 109.33 170.73 -
System Red Green Blue C M Y K H S L
Decimal 156 72 63 0 0.54 0.60 0.39 5.81 0.42 0.43
Hex 9C 48 3F 0 36 3C 27 6 2A 2B
Octal 234 110 77 0 66 74 47 6 52 53
Binary 10011100 1001000 111111 0 110110 111100 100111 110 101010 101011

Color Harmonies of #9C483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C483F

Black with #9C483F

Text Example


Text Example

White with #9C483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,72,63); }

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

background-color css

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

 a { background-color: rgb(156,72,63); }

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

border-color css

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

 span { border-color: rgb(156,72,63); }

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