Html Css Color HEX #C48241 Brandy Punch

📋 copy color: '#C48241'

red 196 ◦ green 130 ◦ blue 65

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

Shades of Brandy Punch #C48241

Tints of Brandy Punch #C48241

RGB

 RED value IS 196 (76.95% from 255) = 50.13%

 GREEN value IS 130 (51.17% from 255) = 33.25%

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

R = 50.13%
G = 33.25%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C48241 (or 0xC48241) is known color: Brandy Punch. HEX triplet: C4, 82 and 41. RGB value is (196,130,65). Sum of RGB (Red+Green+Blue) = 196+130+65=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C48241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48241 is #3B7DBE. Grayscale: #8E8E8E. Windows color (decimal): -3898815 or 4293316. OLE color: 4293316.

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

Color convert

RGB 196 130 65 -
CMYK 0 0.34 0.67 0.23
HSL 29.77º 0.53% 0.51% -
HSV(B) 29.77º 0.67% 0.77% -
XYZ 31.7 28.08 8.75 -
YUV 142.32 84.37 166.29 -
System Red Green Blue C M Y K H S L
Decimal 196 130 65 0 0.34 0.67 0.23 29.77 0.53 0.51
Hex C4 82 41 0 22 43 17 1E 35 33
Octal 304 202 101 0 42 103 27 36 65 63
Binary 11000100 10000010 1000001 0 100010 1000011 10111 11110 110101 110011

Color Harmonies of #C48241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48241

Black with #C48241

Text Example


Text Example

White with #C48241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48241; }

 p { color: rgb(196,130,65); }

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

background-color css

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

 a { background-color: rgb(196,130,65); }

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

border-color css

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

 span { border-color: rgb(196,130,65); }

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