Html Css Color HEX #C38549 Brandy Punch

📋 copy color: '#C38549'

red 195 ◦ green 133 ◦ blue 73

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

Shades of Brandy Punch #C38549

Tints of Brandy Punch #C38549

RGB

 RED value IS 195 (76.56% from 255) = 48.63%

 GREEN value IS 133 (52.34% from 255) = 33.17%

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

R = 48.63%
G = 33.17%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C38549 (or 0xC38549) is known color: Brandy Punch. HEX triplet: C3, 85 and 49. RGB value is (195,133,73). Sum of RGB (Red+Green+Blue) = 195+133+73=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C38549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38549 is #3C7AB6. Grayscale: #919191. Windows color (decimal): -3963575 or 4818371. OLE color: 4818371.

HSL color Cylindrical-coordinate representation of color #C38549: hue angle of 29.51º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C38549 is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 133 73 -
CMYK 0 0.32 0.63 0.24
HSL 29.51º 0.5% 0.53% -
HSV(B) 29.51º 0.63% 0.76% -
XYZ 32.1 28.86 10.18 -
YUV 144.7 87.54 163.88 -
System Red Green Blue C M Y K H S L
Decimal 195 133 73 0 0.32 0.63 0.24 29.51 0.5 0.53
Hex C3 85 49 0 20 3F 18 1E 32 35
Octal 303 205 111 0 40 77 30 36 62 65
Binary 11000011 10000101 1001001 0 100000 111111 11000 11110 110010 110101

Color Harmonies of #C38549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38549

Black with #C38549

Text Example


Text Example

White with #C38549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38549; }

 p { color: rgb(195,133,73); }

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

background-color css

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

 a { background-color: rgb(195,133,73); }

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

border-color css

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

 span { border-color: rgb(195,133,73); }

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