Html Css Color HEX #C57941 Brandy Punch

📋 copy color: '#C57941'

red 197 ◦ green 121 ◦ blue 65

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

Shades of Brandy Punch #C57941

Tints of Brandy Punch #C57941

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.59%

 BLUE value IS 65 (25.78% from 255) = 16.97%

R = 51.44%
G = 31.59%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C57941 (or 0xC57941) is known color: Brandy Punch. HEX triplet: C5, 79 and 41. RGB value is (197,121,65). Sum of RGB (Red+Green+Blue) = 197+121+65=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 65 (25.78% from 255 or 16.97% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C57941 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57941 is #3A86BE. Grayscale: #898989. Windows color (decimal): -3835583 or 4291013. OLE color: 4291013.

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

Color convert

RGB 197 121 65 -
CMYK 0 0.39 0.67 0.23
HSL 25.45º 0.53% 0.51% -
HSV(B) 25.45º 0.67% 0.77% -
XYZ 30.82 25.93 8.38 -
YUV 137.34 87.18 170.55 -
System Red Green Blue C M Y K H S L
Decimal 197 121 65 0 0.39 0.67 0.23 25.45 0.53 0.51
Hex C5 79 41 0 27 43 17 19 35 33
Octal 305 171 101 0 47 103 27 31 65 63
Binary 11000101 1111001 1000001 0 100111 1000011 10111 11001 110101 110011

Color Harmonies of #C57941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57941

Black with #C57941

Text Example


Text Example

White with #C57941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57941; }

 p { color: rgb(197,121,65); }

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

background-color css

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

 a { background-color: rgb(197,121,65); }

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

border-color css

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

 span { border-color: rgb(197,121,65); }

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