Html Css Color HEX #9A483D Cognac

📋 copy color: '#9A483D'

red 154 ◦ green 72 ◦ blue 61

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

Shades of Cognac #9A483D

Tints of Cognac #9A483D

RGB

 RED value IS 154 (60.55% from 255) = 53.66%

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

 BLUE value IS 61 (24.22% from 255) = 21.25%

R = 53.66%
G = 25.09%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#9A483D (or 0x9A483D) is known color: Cognac. HEX triplet: 9A, 48 and 3D. RGB value is (154,72,61). Sum of RGB (Red+Green+Blue) = 154+72+61=287 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.66% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 154 - color contains mainly: red. Hex color #9A483D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A483D is #65B7C2. Grayscale: #5F5F5F. Windows color (decimal): -6666179 or 4016282. OLE color: 4016282.

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

Color convert

RGB 154 72 61 -
CMYK 0 0.53 0.60 0.40
HSL 7.1º 0.43% 0.42% -
HSV(B) 7.1º 0.6% 0.6% -
XYZ 16.49 11.84 5.83 -
YUV 95.26 108.67 169.89 -
System Red Green Blue C M Y K H S L
Decimal 154 72 61 0 0.53 0.60 0.40 7.1 0.43 0.42
Hex 9A 48 3D 0 35 3C 28 7 2B 2A
Octal 232 110 75 0 65 74 50 7 53 52
Binary 10011010 1001000 111101 0 110101 111100 101000 111 101011 101010

Color Harmonies of #9A483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A483D

Black with #9A483D

Text Example


Text Example

White with #9A483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,72,61); }

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

background-color css

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

 a { background-color: rgb(154,72,61); }

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

border-color css

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

 span { border-color: rgb(154,72,61); }

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