Html Css Color HEX #C37F3D Brandy Punch

📋 copy color: '#C37F3D'

red 195 ◦ green 127 ◦ blue 61

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

Shades of Brandy Punch #C37F3D

Tints of Brandy Punch #C37F3D

RGB

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

 GREEN value IS 127 (50% from 255) = 33.16%

 BLUE value IS 61 (24.22% from 255) = 15.93%

R = 50.91%
G = 33.16%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C37F3D (or 0xC37F3D) is known color: Brandy Punch. HEX triplet: C3, 7F and 3D. RGB value is (195,127,61). Sum of RGB (Red+Green+Blue) = 195+127+61=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37F3D is #3C80C2. Grayscale: #8C8C8C. Windows color (decimal): -3965123 or 4030403. OLE color: 4030403.

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

Color convert

RGB 195 127 61 -
CMYK 0 0.35 0.69 0.24
HSL 29.55º 0.53% 0.5% -
HSV(B) 29.55º 0.69% 0.76% -
XYZ 30.94 27.12 8.02 -
YUV 139.81 83.53 167.37 -
System Red Green Blue C M Y K H S L
Decimal 195 127 61 0 0.35 0.69 0.24 29.55 0.53 0.5
Hex C3 7F 3D 0 23 45 18 1E 35 32
Octal 303 177 75 0 43 105 30 36 65 62
Binary 11000011 1111111 111101 0 100011 1000101 11000 11110 110101 110010

Color Harmonies of #C37F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37F3D

Black with #C37F3D

Text Example


Text Example

White with #C37F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37F3D; }

 p { color: rgb(195,127,61); }

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

background-color css

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

 a { background-color: rgb(195,127,61); }

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

border-color css

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

 span { border-color: rgb(195,127,61); }

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