Html Css Color HEX #C58141 Brandy Punch

📋 copy color: '#C58141'

red 197 ◦ green 129 ◦ blue 65

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

Shades of Brandy Punch #C58141

Tints of Brandy Punch #C58141

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.99%

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

R = 50.38%
G = 32.99%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C58141 (or 0xC58141) is known color: Brandy Punch. HEX triplet: C5, 81 and 41. RGB value is (197,129,65). Sum of RGB (Red+Green+Blue) = 197+129+65=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C58141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58141 is #3A7EBE. Grayscale: #8E8E8E. Windows color (decimal): -3833535 or 4293061. OLE color: 4293061.

HSL color Cylindrical-coordinate representation of color #C58141: hue angle of 29.09º 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 #C58141 is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 129 65 -
CMYK 0 0.35 0.67 0.23
HSL 29.09º 0.53% 0.51% -
HSV(B) 29.09º 0.67% 0.77% -
XYZ 31.83 27.95 8.72 -
YUV 142.04 84.53 167.2 -
System Red Green Blue C M Y K H S L
Decimal 197 129 65 0 0.35 0.67 0.23 29.09 0.53 0.51
Hex C5 81 41 0 23 43 17 1D 35 33
Octal 305 201 101 0 43 103 27 35 65 63
Binary 11000101 10000001 1000001 0 100011 1000011 10111 11101 110101 110011

Color Harmonies of #C58141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58141

Black with #C58141

Text Example


Text Example

White with #C58141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58141; }

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

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

background-color css

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

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

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

border-color css

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

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

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