Html Css Color HEX #A54938 Cognac

📋 copy color: '#A54938'

red 165 ◦ green 73 ◦ blue 56

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

Shades of Cognac #A54938

Tints of Cognac #A54938

RGB

 RED value IS 165 (64.84% from 255) = 56.12%

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

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

R = 56.12%
G = 24.83%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A54938 (or 0xA54938) is known color: Cognac. HEX triplet: A5, 49 and 38. RGB value is (165,73,56). Sum of RGB (Red+Green+Blue) = 165+73+56=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A54938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54938 is #5AB6C7. Grayscale: #626262. Windows color (decimal): -5945032 or 3688869. OLE color: 3688869.

HSL color Cylindrical-coordinate representation of color #A54938: hue angle of 9.36º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A54938 is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 73 56 -
CMYK 0 0.56 0.66 0.35
HSL 9.36º 0.49% 0.43% -
HSV(B) 9.36º 0.66% 0.65% -
XYZ 18.61 13.05 5.28 -
YUV 98.57 103.98 175.38 -
System Red Green Blue C M Y K H S L
Decimal 165 73 56 0 0.56 0.66 0.35 9.36 0.49 0.43
Hex A5 49 38 0 38 42 23 9 31 2B
Octal 245 111 70 0 70 102 43 11 61 53
Binary 10100101 1001001 111000 0 111000 1000010 100011 1001 110001 101011

Color Harmonies of #A54938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54938

Black with #A54938

Text Example


Text Example

White with #A54938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54938; }

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

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

background-color css

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

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

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

border-color css

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

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

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