Html Css Color HEX #A54B3B Cognac

📋 copy color: '#A54B3B'

red 165 ◦ green 75 ◦ blue 59

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

Shades of Cognac #A54B3B

Tints of Cognac #A54B3B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.08%

 BLUE value IS 59 (23.44% from 255) = 19.73%

R = 55.18%
G = 25.08%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A54B3B (or 0xA54B3B) is known color: Cognac. HEX triplet: A5, 4B and 3B. RGB value is (165,75,59). Sum of RGB (Red+Green+Blue) = 165+75+59=299 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.18% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54B3B is #5AB4C4. Grayscale: #646464. Windows color (decimal): -5944517 or 3885989. OLE color: 3885989.

HSL color Cylindrical-coordinate representation of color #A54B3B: hue angle of 9.06º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A54B3B is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 75 59 -
CMYK 0 0.55 0.64 0.35
HSL 9.06º 0.47% 0.44% -
HSV(B) 9.06º 0.64% 0.65% -
XYZ 18.82 13.35 5.72 -
YUV 100.09 104.82 174.3 -
System Red Green Blue C M Y K H S L
Decimal 165 75 59 0 0.55 0.64 0.35 9.06 0.47 0.44
Hex A5 4B 3B 0 37 40 23 9 2F 2C
Octal 245 113 73 0 67 100 43 11 57 54
Binary 10100101 1001011 111011 0 110111 1000000 100011 1001 101111 101100

Color Harmonies of #A54B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54B3B

Black with #A54B3B

Text Example


Text Example

White with #A54B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54B3B; }

 p { color: rgb(165,75,59); }

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

background-color css

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

 a { background-color: rgb(165,75,59); }

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

border-color css

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

 span { border-color: rgb(165,75,59); }

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