Html Css Color HEX #C38548 Brandy Punch

📋 copy color: '#C38548'

red 195 ◦ green 133 ◦ blue 72

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

Shades of Brandy Punch #C38548

Tints of Brandy Punch #C38548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18%

R = 48.75%
G = 33.25%
B = 18%

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

#C38548 (or 0xC38548) is known color: Brandy Punch. HEX triplet: C3, 85 and 48. RGB value is (195,133,72). Sum of RGB (Red+Green+Blue) = 195+133+72=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 133 (52.34% from 255 or 33.25% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C38548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38548 is #3C7AB7. Grayscale: #909090. Windows color (decimal): -3963576 or 4752835. OLE color: 4752835.

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

Color convert

RGB 195 133 72 -
CMYK 0 0.32 0.63 0.24
HSL 29.76º 0.51% 0.52% -
HSV(B) 29.76º 0.63% 0.76% -
XYZ 32.06 28.85 10.01 -
YUV 144.58 87.04 163.96 -
System Red Green Blue C M Y K H S L
Decimal 195 133 72 0 0.32 0.63 0.24 29.76 0.51 0.52
Hex C3 85 48 0 20 3F 18 1E 33 34
Octal 303 205 110 0 40 77 30 36 63 64
Binary 11000011 10000101 1001000 0 100000 111111 11000 11110 110011 110100

Color Harmonies of #C38548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38548

Black with #C38548

Text Example


Text Example

White with #C38548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38548; }

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

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

background-color css

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

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

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

border-color css

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

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

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