Html Css Color HEX #C38340 Brandy Punch

📋 copy color: '#C38340'

red 195 ◦ green 131 ◦ blue 64

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

Shades of Brandy Punch #C38340

Tints of Brandy Punch #C38340

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.59%

 BLUE value IS 64 (25.39% from 255) = 16.41%

R = 50%
G = 33.59%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C38340 (or 0xC38340) is known color: Brandy Punch. HEX triplet: C3, 83 and 40. RGB value is (195,131,64). Sum of RGB (Red+Green+Blue) = 195+131+64=390 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 64 (25.39% from 255 or 16.41% from 390); Max value from RGB is 195 - color contains mainly: red. Hex color #C38340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38340 is #3C7CBF. Grayscale: #8E8E8E. Windows color (decimal): -3964096 or 4228035. OLE color: 4228035.

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

Color convert

RGB 195 131 64 -
CMYK 0 0.33 0.67 0.24
HSL 30.69º 0.52% 0.51% -
HSV(B) 30.69º 0.67% 0.76% -
XYZ 31.55 28.2 8.63 -
YUV 142.5 83.7 165.45 -
System Red Green Blue C M Y K H S L
Decimal 195 131 64 0 0.33 0.67 0.24 30.69 0.52 0.51
Hex C3 83 40 0 21 43 18 1F 34 33
Octal 303 203 100 0 41 103 30 37 64 63
Binary 11000011 10000011 1000000 0 100001 1000011 11000 11111 110100 110011

Color Harmonies of #C38340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38340

Black with #C38340

Text Example


Text Example

White with #C38340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38340; }

 p { color: rgb(195,131,64); }

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

background-color css

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

 a { background-color: rgb(195,131,64); }

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

border-color css

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

 span { border-color: rgb(195,131,64); }

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