Html Css Color HEX #C58349 Brandy Punch

📋 copy color: '#C58349'

red 197 ◦ green 131 ◦ blue 73

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

Shades of Brandy Punch #C58349

Tints of Brandy Punch #C58349

RGB

 RED value IS 197 (77.34% from 255) = 49.13%

 GREEN value IS 131 (51.56% from 255) = 32.67%

 BLUE value IS 73 (28.91% from 255) = 18.2%

R = 49.13%
G = 32.67%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C58349 (or 0xC58349) is known color: Brandy Punch. HEX triplet: C5, 83 and 49. RGB value is (197,131,73). Sum of RGB (Red+Green+Blue) = 197+131+73=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C58349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58349 is #3A7CB6. Grayscale: #909090. Windows color (decimal): -3833015 or 4817861. OLE color: 4817861.

HSL color Cylindrical-coordinate representation of color #C58349: hue angle of 28.06º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C58349 is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 131 73 -
CMYK 0 0.34 0.63 0.23
HSL 28.06º 0.52% 0.53% -
HSV(B) 28.06º 0.63% 0.77% -
XYZ 32.34 28.58 10.12 -
YUV 144.12 87.87 165.72 -
System Red Green Blue C M Y K H S L
Decimal 197 131 73 0 0.34 0.63 0.23 28.06 0.52 0.53
Hex C5 83 49 0 22 3F 17 1C 34 35
Octal 305 203 111 0 42 77 27 34 64 65
Binary 11000101 10000011 1001001 0 100010 111111 10111 11100 110100 110101

Color Harmonies of #C58349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58349

Black with #C58349

Text Example


Text Example

White with #C58349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58349; }

 p { color: rgb(197,131,73); }

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

background-color css

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

 a { background-color: rgb(197,131,73); }

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

border-color css

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

 span { border-color: rgb(197,131,73); }

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