Html Css Color HEX #C58346 Brandy Punch

📋 copy color: '#C58346'

red 197 ◦ green 131 ◦ blue 70

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

Shades of Brandy Punch #C58346

Tints of Brandy Punch #C58346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.59%

R = 49.5%
G = 32.91%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C58346 (or 0xC58346) is known color: Brandy Punch. HEX triplet: C5, 83 and 46. RGB value is (197,131,70). Sum of RGB (Red+Green+Blue) = 197+131+70=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C58346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58346 is #3A7CB9. Grayscale: #909090. Windows color (decimal): -3833018 or 4621253. OLE color: 4621253.

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

Color convert

RGB 197 131 70 -
CMYK 0 0.34 0.64 0.23
HSL 28.82º 0.52% 0.52% -
HSV(B) 28.82º 0.64% 0.77% -
XYZ 32.25 28.55 9.6 -
YUV 143.78 86.37 165.96 -
System Red Green Blue C M Y K H S L
Decimal 197 131 70 0 0.34 0.64 0.23 28.82 0.52 0.52
Hex C5 83 46 0 22 40 17 1D 34 34
Octal 305 203 106 0 42 100 27 35 64 64
Binary 11000101 10000011 1000110 0 100010 1000000 10111 11101 110100 110100

Color Harmonies of #C58346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58346

Black with #C58346

Text Example


Text Example

White with #C58346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58346; }

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

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

background-color css

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

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

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

border-color css

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

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

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